Skip to content

Commit

Permalink
Merge pull request #250 from tugberkozkara/week04-hw01
Browse files Browse the repository at this point in the history
Create awaitme_tugberk_ozkara.py
  • Loading branch information
canbula committed Oct 30, 2023
2 parents 0a9a792 + 68e2bba commit 6192639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Week04/awaitme_tugberk_ozkara.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def awaitme(fn):
async def _fn(*args, **kwargs):
return fn(*args, **kwargs)
return _fn

0 comments on commit 6192639

Please sign in to comment.