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

5 lines
66 B
Python

import reflex as rx
config = rx.Config(
app_name="sandbox",
)