We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72fbef1 + c776903 commit fd77eafCopy full SHA for fd77eaf
1 file changed
Week05/awaitme_anil_guler.py
@@ -0,0 +1,4 @@
1
+def awaitme(func):
2
+ async def wrapper(*args, **kwargs):
3
+ return func(*args, **kwargs)
4
+ return wrapper
0 commit comments