added config class to validate config entries

This commit is contained in:
venus
2026-04-07 02:04:00 -05:00
parent f0d2f18364
commit 09b4947e6e
4 changed files with 45 additions and 14 deletions

View File

@@ -4,6 +4,7 @@
import argparse
from ctf.utils import state
state.testVal = 123
state.testVal2 = 123
def main():
print("Hello from ctf!")
print(f"Stored: {state.testVal}")