Skip to content

Commit

Permalink
Fix type checker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed Nov 12, 2024
1 parent e9c8866 commit 9f586ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/room_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from room_manager import arguments, room_service, routes

__all__ = [
"routes",
"room_service",
"arguments",
]

0 comments on commit 9f586ab

Please sign in to comment.