Skip to content

Commit

Permalink
Add query hook
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed Sep 4, 2024
1 parent 9828701 commit 6dd5259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ghostwriter/hooks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .ensure_lab import ensure_running_lab
from .portal_query import portal_query
from .vacuous import vacuous_hook

__all__ = ["ensure_running_lab", "vacuous_hook"]
__all__ = ["ensure_running_lab", "portal_query", "vacuous_hook"]

0 comments on commit 6dd5259

Please sign in to comment.