diff options
| author | itsGarrin <garrin.shieh@gmail.com> | 2024-07-02 13:01:08 -0700 |
|---|---|---|
| committer | itsGarrin <garrin.shieh@gmail.com> | 2024-07-02 13:01:08 -0700 |
| commit | 80cfb271b27bceb9e357d77d34449cd368d72240 (patch) | |
| tree | 0220627916debfd68afb39a1fa62a1f3a47c70ce /dashboard_website/dashboard.py | |
| parent | 9cbf1fe52bd33b122c6eff81d34b081ed25f8c1b (diff) | |
reformatted code
Diffstat (limited to 'dashboard_website/dashboard.py')
| -rw-r--r-- | dashboard_website/dashboard.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dashboard_website/dashboard.py b/dashboard_website/dashboard.py index 0fe3ece..b9b8bbc 100644 --- a/dashboard_website/dashboard.py +++ b/dashboard_website/dashboard.py @@ -4,7 +4,9 @@ # from flask import Flask, flash, request, redirect, render_template, send_from_directory, jsonify -import db, router + +import db +import router app = Flask(__name__) |
