Move views to module
This commit is contained in:
parent
0d09d338e8
commit
092a92d986
2 changed files with 6 additions and 0 deletions
6
src/servala/frontend/views/__init__.py
Normal file
6
src/servala/frontend/views/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from .generic import IndexView, ProfileView
|
||||
|
||||
__all__ = [
|
||||
"IndexView",
|
||||
"ProfileView",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue