Skip to content

Commit

Permalink
fix namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Jul 3, 2024
1 parent 852c473 commit a0fb625
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions reflex/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

from ..utils.console import warn
from . import hooks as hooks
from . import vars as vars
from .assets import asset as asset
from .client_state import ClientStateVar as ClientStateVar
from .layout import layout as layout
Expand Down
2 changes: 2 additions & 0 deletions reflex/experimental/vars/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"""Experimental Immutable-Based Var System."""

from .base import ImmutableVar as ImmutableVar

0 comments on commit a0fb625

Please sign in to comment.