data_cleaning/model/__init__.py
2021-01-11 09:58:33 +08:00

3 lines
99 B
Python

from .field_type import (IntStr, IntFloat, MdbObjectId)
from .model import (GBaseModel, BaseModel)