Spaces:
Runtime error
Runtime error
| """ | |
| UOM (Unit of Measure) sync module for MongoDB to PostgreSQL synchronization. | |
| """ | |
| from app.sync.uom.handler import UOMSyncHandler | |
| __all__ = ["UOMSyncHandler"] | |
| """ | |
| UOM (Unit of Measure) sync module for MongoDB to PostgreSQL synchronization. | |
| """ | |
| from app.sync.uom.handler import UOMSyncHandler | |
| __all__ = ["UOMSyncHandler"] | |