mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-04-20 03:11:48 +02:00
created config management class
This commit is contained in:
parent
962c2eab86
commit
cf6905b169
7
modules/Classes/Config.py
Normal file
7
modules/Classes/Config.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
from modules.Classes.UserCredentials import UserCredentials
|
||||||
|
|
||||||
|
|
||||||
|
class Config:
|
||||||
|
def __init__(self, args):
|
||||||
|
self.args = args
|
||||||
|
self.UserCredentials = UserCredentials(args.config)
|
Loading…
x
Reference in New Issue
Block a user