Skip to content

Commit fd77eaf

Browse files
authored
Merge pull request #1173 from anilguler/patch-7
Create awaitme_anil_guler.py
2 parents 72fbef1 + c776903 commit fd77eaf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Week05/awaitme_anil_guler.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)