Initial commit

This commit is contained in:
George Lacey 2024-05-10 12:56:52 +01:00
parent fac5a9d294
commit b377f0c077

6
src/main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
pass
if __name__ == '__main__':
main()