7 lines
96 B
Python
7 lines
96 B
Python
def config():
|
|
print(
|
|
"""
|
|
Your config can be found at
|
|
"""
|
|
)
|