diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-03 00:15:02 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-03 00:20:36 +0300 |
| commit | 84ac3652415b662aae9580c008a5aa996d58c9f4 (patch) | |
| tree | 3d39fe6ce5da76a1102458c120480e4190a70fcf /demo | |
| parent | e17048eddfe2df86abd2d498da2a33b9c3dd8a72 (diff) | |
Rename to AutereDB
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/app.py b/demo/app.py index bab20f0..ce305e9 100644 --- a/demo/app.py +++ b/demo/app.py @@ -13,7 +13,7 @@ import datetime from dataclasses import dataclass import uuid -from log_db import DB, Bound, Value +from autere_db import DB, Bound, Value app = Flask(__name__) Compress(app) |
