initialized as project

This commit is contained in:
venus
2026-04-05 23:00:30 -05:00
parent a79a7ac076
commit a70694dbd5
3 changed files with 0 additions and 0 deletions

8
src/ctf/main.py Normal file
View File

@@ -0,0 +1,8 @@
# src/main.py
# Parses and calls commands
def main():
print("Hello from ctf!")
if __name__ == "__main__":
main()