9 lines
162 B
Python
9 lines
162 B
Python
from config.dtype import ArchMgrConfig
|
|
|
|
|
|
def config(config: ArchMgrConfig):
|
|
print("""
|
|
Your config can be found at
|
|
""")
|
|
print(config)
|