Add basic skeleton of the project

It doesn't do anything, but it works, so that's nice
This commit is contained in:
Eli Ribble 2024-07-31 18:18:34 +00:00
parent 5987ccb36b
commit 7fadb30e84
5 changed files with 202 additions and 2 deletions

View file

@ -0,0 +1,2 @@
def main():
print("hey there")