add dependencies, config

This commit is contained in:
2025-02-20 22:52:37 +01:00
parent 094b709d41
commit a0d5dfbfc4
3 changed files with 257 additions and 3 deletions

View File

@@ -1,2 +1 @@
def hello() -> str:
return "Hello from komconfig!"
from .config import Settings as KomConfig