tuxbot-bot/cogs/utils/models/__init__.py

7 lines
163 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