feat(commit): individual packages from config respected

This commit is contained in:
2026-05-07 18:25:19 +02:00
parent b7218c2a82
commit ecb2952a7e
9 changed files with 69 additions and 16 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
def config():
from config.dtype import ArchMgrConfig
def config(config: ArchMgrConfig):
print("""
Your config can be found at
""")
print(config)