reflex/rxconfig.py
2024-10-09 16:00:15 -07:00

5 lines
67 B
Python

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