4 lines
85 B
Python
4 lines
85 B
Python
from .database import Database, get_database
|
|
|
|
__all__ = ["Database", "get_database"]
|