wd-smebiz-client/mods/rate/common.py

4 lines
94 B
Python
Raw Normal View History

2023-09-11 10:37:07 +08:00
from context.common import common_db_v2
get_db = common_db_v2.get_db
Base = common_db_v2.Base