5 lines
77 B
Python
5 lines
77 B
Python
|
from src import schema
|
||
|
from src import server
|
||
|
|
||
|
server.run("localhost", 7066)
|