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

View File

@@ -1,7 +1,7 @@
import os
import threading
from flask import Flask, jsonify, render_template, request
from mta import MTA
from mta_manager import MTA
from pprint import pprint
app = Flask(__name__)