deleting van_inventory

This commit is contained in:
2026-06-14 13:37:55 -04:00
parent a526420c8d
commit 48e9f0199d
21 changed files with 2 additions and 1110 deletions
-2
View File
@@ -1,9 +1,7 @@
"""ORM package exports."""
from python.orm.richie.base import RichieBase
from python.orm.van_inventory.base import VanInventoryBase
__all__ = [
"RichieBase",
"VanInventoryBase",
]