bbj/main.py

5 lines
77 B
Python

from src import schema
from src import server
server.run("localhost", 7066)