This commit is contained in:
2025-09-08 13:41:44 +03:00
commit cac4e99730
5 changed files with 380 additions and 0 deletions

6
main.py Normal file
View File

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