CLI mostly set up

This commit is contained in:
2026-02-02 17:33:54 +01:00
parent f07d2dacfb
commit 6ebae74f93
13 changed files with 126 additions and 22 deletions

6
commands/config.py Normal file
View File

@@ -0,0 +1,6 @@
def config():
print(
"""
Your config can be found at
"""
)