We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8335999 + 88bd041 commit 3fb1cc3Copy full SHA for 3fb1cc3
1 file changed
Week05/awaitme_rafet_taskin.py
@@ -0,0 +1,6 @@
1
+import asyncio
2
+
3
+def awaitme(func):
4
+ async def wrapper(*args, **kwargs):
5
+ return func(*args, **kwargs)
6
+ return wrapper
0 commit comments