feat: test proto
This commit is contained in:
12
main.py
12
main.py
@@ -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
1
protos
Submodule protos deleted from f916e8733a
Reference in New Issue
Block a user