Improve structure

This commit is contained in:
Richard Chien
2018-06-26 10:25:11 +08:00
parent c9291e1cba
commit 681b7a382a
12 changed files with 62 additions and 26 deletions

9
none_demo/config.py Normal file
View File

@ -0,0 +1,9 @@
import re
from none.default_config import *
SECRET = 'abc'
SUPERUSERS = {1002647525}
COMMAND_START = {'', '/', '!', '', '', re.compile(r'^>+\s*')}
COMMAND_SEP = {'/', '.', re.compile(r'#|::?')}