qol changes

This commit is contained in:
venus
2026-07-13 21:11:27 -05:00
parent fbda1dd079
commit 4b16a69b1a
5 changed files with 15 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
# Parses and calls commands
import argparse
from os import setregid
from pathlib import Path
from ctf.utils import *
@@ -19,7 +20,8 @@ def set_arguments():
def main():
print("running main")
args = set_arguments()
print(args)