7 lines
219 B
TOML
7 lines
219 B
TOML
# This is the configuration file for Rio,
|
|
# an easy to use app & web framework for Python.
|
|
|
|
[app]
|
|
app_type = "website" # This is either "website" or "app"
|
|
main_module = "ezgg_website" # The name of your Python module
|