SuperScriptMaterializer/SuperScriptViewer/SuperScriptViewer.py
yyc12345 60930da54c Update doc. Split project part. 1
* Update doc. Still not the final version.
* Splite original Viewer into independent Decorator and Viewer project.
2021-09-08 21:28:09 +08:00

11 lines
131 B
Python

import ServerCore
import os
import sys
import getopt
import logging
# todo: load db and cfg
# todo: start flask
ServerCore.run()