Adds starting files

This commit is contained in:
2026-01-16 17:45:22 -03:00
parent da8f2984c2
commit c31d089efb
37 changed files with 2560 additions and 0 deletions

6
infra/ecr/main.py Normal file
View File

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