Skip to content

Commit

Permalink
Add dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Aug 21, 2024
1 parent 69dcbcf commit a8112b0
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, a) -> None:
self.a = a

@property
def a(self):
return self.a

0 comments on commit a8112b0

Please sign in to comment.