rxconfig.py 71 B

12345
  1. import reflex as rx
  2. config = rx.Config(
  3. app_name="boppersbizza",
  4. )