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