🎨 Reorganize back-end code
This commit is contained in:
14
backend/api/models/__init__.py
Normal file
14
backend/api/models/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from .line import Line, LinePicto
|
||||
from .stop import ConnectionArea, Stop, StopArea, StopShape
|
||||
from .user import UserLastStopSearchResults
|
||||
|
||||
|
||||
__all__ = [
|
||||
"ConnectionArea",
|
||||
"Line",
|
||||
"LinePicto",
|
||||
"Stop",
|
||||
"StopArea",
|
||||
"StopShape",
|
||||
"UserLastStopSearchResults",
|
||||
]
|
Reference in New Issue
Block a user