mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-07 05:52:57 +08:00
4 lines
74 B
Python
4 lines
74 B
Python
from .session import init_db, close_db
|
|
|
|
__all__ = ["init_db", "close_db"]
|