added pucks and samples
This commit is contained in:
7
backend/app/routers/__init__.py
Normal file
7
backend/app/routers/__init__.py
Normal file
@ -0,0 +1,7 @@
|
||||
from .address import router as address_router
|
||||
from .contact import router as contact_router
|
||||
from .proposal import router as proposal_router
|
||||
from .dewar import router as dewar_router
|
||||
from .shipment import router as shipment_router
|
||||
|
||||
__all__ = ["address_router", "contact_router", "proposal_router", "dewar_router", "shipment_router"]
|
Reference in New Issue
Block a user