Titan/titanembeds/database/__init__.py
2017-03-14 18:28:08 -07:00

8 lines
244 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
from guilds import Guilds
from unauthenticated_users import UnauthenticatedUsers
from unauthenticated_bans import UnauthenticatedBans
from authenticated_users import AuthenticatedUsers