Files
AnyMusicBot/bot/modules/database/__init__.py
2024-11-02 00:10:24 +02:00

7 lines
49 B
Python

from .db import Db
db = Db()
__all__ = ["db"]