refactor views into separate files
This commit is contained in:
parent
bb5cb708bd
commit
a01775c1e2
8 changed files with 350 additions and 323 deletions
5
hub/services/views/__init__.py
Normal file
5
hub/services/views/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .leads import *
|
||||
from .offerings import *
|
||||
from .partners import *
|
||||
from .providers import *
|
||||
from .services import *
|
Loading…
Add table
Add a link
Reference in a new issue