mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
base of sqlalchemy alembic
This commit is contained in:
8
python/orm/__init__.py
Normal file
8
python/orm/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""ORM package exports."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from python.orm.base import RichieBase, TableBase
|
||||
from python.orm.temp import Temp
|
||||
|
||||
__all__ = ["RichieBase", "TableBase", "Temp"]
|
||||
Reference in New Issue
Block a user