config works

This commit is contained in:
venus
2026-04-05 23:31:32 -05:00
parent 7e88b51db6
commit b208cc2ddb
3 changed files with 18 additions and 1 deletions

View File

@@ -3,8 +3,10 @@
import argparse
from ctf import commands
from ctf import utils
def main():
print("Hello from ctf!")
utils.load_config()
commands.test()