yyc12345
60930da54c
* Update doc. Still not the final version. * Splite original Viewer into independent Decorator and Viewer project.
11 lines
131 B
Python
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()
|