mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
fixed orm __init__.py
This commit is contained in:
@@ -1 +1,9 @@
|
|||||||
"""ORM package exports."""
|
"""ORM package exports."""
|
||||||
|
|
||||||
|
from python.orm.richie.base import RichieBase
|
||||||
|
from python.orm.van_inventory.base import VanInventoryBase
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"RichieBase",
|
||||||
|
"VanInventoryBase",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user