Titan/titanembeds/database/__init__.py

7 lines
193 B
Python
Raw Normal View History

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