3 lines
104 B
Python
3 lines
104 B
Python
from .sqlmodel_base import SQLModelBase
|
|
from .table_base import TableBase, UUIDTableBase, now, now_date
|