feat: adding openapi spect generation to the frontend client aas well as to fast api. Broke API out into different routes
This commit is contained in:
5
mta_api_client/__init__.py
Normal file
5
mta_api_client/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .mta import MTA
|
||||
|
||||
from .train import Train
|
||||
from .feed import Feed
|
||||
from .route import Route
|
||||
Reference in New Issue
Block a user