diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2023-11-06 13:27:52 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2023-11-06 13:27:52 -0500 |
| commit | 40b98201e2fcff22e8781ed747c4f3ffa509696a (patch) | |
| tree | c68dc5818e75c8564c58f123f2e9c1a6f9c1a74d /dashboard_website/db.py | |
| parent | 23342ac8ac75dcce2f7b5ef2c26d5e29adeab750 (diff) | |
begin work on dashboard (flask + leaflet)
Diffstat (limited to 'dashboard_website/db.py')
| -rw-r--r-- | dashboard_website/db.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard_website/db.py b/dashboard_website/db.py new file mode 100644 index 0000000..fc9e992 --- /dev/null +++ b/dashboard_website/db.py @@ -0,0 +1,3 @@ +# stores and manages clue DB +# also manages currently available bike teams + |
