feat:项目完成
This commit is contained in:
7
app_conf.py
Normal file
7
app_conf.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import configparser
|
||||
|
||||
def conf():
|
||||
'返回配置文件对象'
|
||||
conf = configparser.ConfigParser()
|
||||
conf.read('./conf/app.ini')
|
||||
return conf
|
||||
Reference in New Issue
Block a user