feat: test proto

This commit is contained in:
2024-11-13 15:42:21 +03:00
parent 33d21046c7
commit 20bb65fc93
2 changed files with 3 additions and 10 deletions

12
main.py
View File

@@ -1,12 +1,6 @@
import asyncio
async def main():
print("Hello")
await asyncio.sleep(1)
print("World")
def main():
print('Hello, world!')
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
main()

1
protos

Submodule protos deleted from f916e8733a