users and status working

This commit is contained in:
Bernhard Radermacher (hakisto)
2025-08-29 18:19:46 +02:00
commit 5300c35429
22 changed files with 856 additions and 0 deletions

7
app/alchemy/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
from .base import Base
from .contact import Contact
from .location import Country, LocationCode, Location
from .printer import PrinterManufacturer, PrinterModel, Printer
from .sap import SapNamePool
from .status import Status
from .user import User