mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
7 lines
193 B
Python
7 lines
193 B
Python
|
from flask_sqlalchemy import SQLAlchemy
|
||
|
db = SQLAlchemy()
|
||
|
|
||
|
from guilds import Guilds
|
||
|
from unauthenticated_users import UnauthenticatedUsers
|
||
|
from unauthenticated_bans import UnauthenticatedBans
|