bbj/prototype/main.py
2017-04-02 02:35:58 -05:00

6 lines
108 B
Python

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