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