bbj/main.py

5 lines
77 B
Python
Raw Normal View History

2017-03-01 16:59:33 +00:00
from src import schema
from src import server
server.run("localhost", 7066)