This commit is contained in:
Richard Chien
2018-08-17 00:12:07 +08:00
parent c47867e755
commit c21b1e7122
5 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,6 @@
import none
if __name__ == '__main__':
none.init()
none.load_builtin_plugins()
none.run(host='127.0.0.1', port=8080)

View File

@ -0,0 +1,3 @@
from none.default_config import *
SUPERUSERS = {12345678}