tuxbot-bot/cogs/utils/models/__init__.py
2019-12-16 18:12:10 +01:00

7 lines
165 B
Python

from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
from .lang import Lang
from .warn import Warn
# from .poll import Poll, Responses