reflex/integration/loadtesting/sandbox/sandbox.py
2024-09-03 03:12:46 +05:30

10 lines
155 B
Python

import reflex as rx
from sandbox.pages import *
class State(rx.State):
"""Define empty state to allow access to rx.State.router."""
app = rx.App()