7 lines
145 B
TOML
7 lines
145 B
TOML
# This is the configuration file for Rio,
|
|
# an easy to use app & web framework for Python.
|
|
|
|
[app]
|
|
main-module = "inventory"
|
|
app-type = "website"
|