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

7 lines
163 B
Python
Raw Normal View History

2019-12-16 17:12:10 +00:00
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
from .lang import Lang
from .warn import Warn
from .poll import Poll, Responses