add mucha config to coreconfig

This commit is contained in:
Hay1tsme
2023-02-21 16:46:43 -05:00
parent b343228072
commit 3f40e083ce
2 changed files with 17 additions and 6 deletions

View File

@ -194,6 +194,7 @@ class CoreConfig(dict):
self.allnet = AllnetConfig(self)
self.billing = BillingConfig(self)
self.aimedb = AimedbConfig(self)
self.mucha = MuchaConfig(self)
@classmethod
def str_to_loglevel(cls, level_str: str):