Publish to git

This commit is contained in:
Cole Deck
2024-09-03 16:50:04 -05:00
commit bfebba3e9e
22 changed files with 1440 additions and 0 deletions

6
rio.toml Normal file
View File

@@ -0,0 +1,6 @@
# This is the configuration file for Rio,
# an easy to use app & web framework for Python.
[app]
main-module = "inventory"
app-type = "website"