added config class to validate config entries
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user