Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Oct 11, 2023
1 parent 32b2343 commit 320925e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion muffin_sentry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Sentry integration to Muffin framework."""

from .plugin import Plugin
from .plugin import SCOPE, Plugin

Sentry = Plugin
assert SCOPE

0 comments on commit 320925e

Please sign in to comment.