Moving mta_manager logic into its own package - will most likely mvoe to its own repo shortly

This commit is contained in:
Lucas Oskorep
2021-06-15 19:42:26 -04:00
parent 103de4bc14
commit e2e0c99132
9 changed files with 6 additions and 53 deletions

3
mta_manager/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .mta import *
from .route import *
from .stop import *