Files
railway_cloud/app/models/__init__.py
2025-09-26 15:58:32 +08:00

3 lines
51 B
Python

from .account import Account
__all__ = ["Account"]