initialized as project working now
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# src/main.py
|
||||
# Parses and calls commands
|
||||
|
||||
import argparse
|
||||
from ctf import commands
|
||||
def main():
|
||||
print("Hello from ctf!")
|
||||
commands.test()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user