refactor models into files
This commit is contained in:
parent
c3d20fda7b
commit
f5f4ec8ac9
8 changed files with 716 additions and 687 deletions
6
hub/services/models/__init__.py
Normal file
6
hub/services/models/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from .base import *
|
||||
from .content import *
|
||||
from .leads import *
|
||||
from .pricing import *
|
||||
from .providers import *
|
||||
from .services import *
|
Loading…
Add table
Add a link
Reference in a new issue