feat(commit): individual packages from config respected
This commit is contained in:
+5
-1
@@ -1,4 +1,8 @@
|
||||
def config():
|
||||
from config.dtype import ArchMgrConfig
|
||||
|
||||
|
||||
def config(config: ArchMgrConfig):
|
||||
print("""
|
||||
Your config can be found at
|
||||
""")
|
||||
print(config)
|
||||
|
||||
Reference in New Issue
Block a user