9 lines
111 B
Python
9 lines
111 B
Python
# py-scopes/demo/main.py
|
|
|
|
import config
|
|
|
|
from app import demo_app
|
|
import server
|
|
|
|
server.run(demo_app, config)
|
|
|