MukeshKapoor25's picture
first commit
6391dfd
raw
history blame contribute delete
163 Bytes
"""
UOM (Unit of Measure) sync module for MongoDB to PostgreSQL synchronization.
"""
from app.sync.uom.handler import UOMSyncHandler
__all__ = ["UOMSyncHandler"]