added architecture and switched to CLICK implementation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user