mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
5 lines
132 B
Python
5 lines
132 B
Python
from .orm import Base, IdCreatedUpdatedBaseMixin
|
|
from .token import Token
|
|
|
|
__all__ = ["Base", "IdCreatedUpdatedBaseMixin", "Token"]
|