mirror of
https://github.com/kennethreitz/replit-py.git
synced 2026-06-05 23:10:18 +00:00
12 lines
182 B
Python
12 lines
182 B
Python
"""The Replit Python module."""
|
|
|
|
from .audio import Audio
|
|
from .database import db
|
|
from .users import User
|
|
|
|
# Backwards compatibility.
|
|
from .termutils import clear
|
|
|
|
|
|
audio = Audio()
|