from src import schema
from src import server
if __name__ == '__main__':
server.run("localhost", 7066)