Skip to content

Commit

Permalink
fix: add SlackBackend to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Oct 28, 2024
1 parent 4c5cfc2 commit f1c81ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slackv3/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .slackv3 import SlackBackend

__all__ = ["SlackBackend"]

0 comments on commit f1c81ef

Please sign in to comment.