Skip to content

Commit

Permalink
fix: expose HTMXConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Oct 24, 2024
1 parent f16d774 commit 527cef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litestar/plugins/htmx.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
ClientRedirect,
ClientRefresh,
EventAfterType,
HTMXConfig,
HTMXDetails,
HTMXHeaders,
HtmxHeaderType,
Expand All @@ -28,6 +29,7 @@

__all__ = (
"HTMXPlugin",
"HTMXConfig",
"HTMXDetails",
"HTMXHeaders",
"HTMXRequest",
Expand Down

0 comments on commit 527cef6

Please sign in to comment.