Commit V1.0

This commit is contained in:
2025-06-05 21:05:56 -04:00
commit 0a93e9c664
80 changed files with 4829 additions and 0 deletions

6
main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from filmsim!")
if __name__ == "__main__":
main()