foxnouns/foxnouns/db/__init__.py

3 lines
79 B
Python
Raw Normal View History

2024-03-13 17:03:18 +01:00
from .base import Base
from .user import User, Token, AuthMethod, FediverseApp