5 lines
95 B
Python
5 lines
95 B
Python
ROUTE_ROOT = "/myfasthtml"
|
|
|
|
class Routes:
|
|
Commands = "/commands"
|
|
Bindings = "/bindings" |