bbj/prototype/main.py

6 lines
108 B
Python
Raw Normal View History

2017-03-01 16:59:33 +00:00
from src import schema
from src import server
2017-03-04 00:15:09 +00:00
if __name__ == '__main__':
server.run("localhost", 7066)