Skip to content

Commit

Permalink
Add a dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 26, 2024
1 parent c6d0721 commit 52598d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions faststream/dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

class Dummy:
def __init__(self):
pass

def dummy_method(self) -> str:
return "dummy"

0 comments on commit 52598d2

Please sign in to comment.