bbj/prototype/main.py

6 lines
108 B
Python

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