full refactor fml
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import configparser
|
||||
import os
|
||||
|
||||
def load_config():
|
||||
config = configparser.ConfigParser()
|
||||
config.read(os.path.join(os.path.dirname(__file__), '..', 'config.ini'))
|
||||
return config
|
||||
Reference in New Issue
Block a user