6 lines
78 B
Python
6 lines
78 B
Python
|
|
import reflex as rx
|
||
|
|
|
||
|
|
config = rx.Config(
|
||
|
|
app_name="obsidian_automator",
|
||
|
|
)
|