reflex/integration/loadtesting/rxconfig.py
2024-09-03 03:08:55 +05:30

5 lines
67 B
Python

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