added architecture and switched to CLICK implementation

This commit is contained in:
venus
2026-07-13 22:32:20 -05:00
parent 4b16a69b1a
commit 58351e1086
6 changed files with 84 additions and 19 deletions

View File

@@ -1,9 +1,12 @@
# functions for commands needed
# src/commands.py
from pathlib import path
# from pathlib import path
import click
@click.command()
def test():
print("hello from test")
def Set_Challenge(comp: str, chal: str, setDirectory: bool):
# set the current challenge and competition from input
if state.current_comp != comp: