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

6 lines
48 B
Python

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