diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-11-02 21:23:02 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-11-02 21:23:02 -0300 |
| commit | 9e5e5da02b4a9704543e0efd7eb568b31a77a369 (patch) | |
| tree | d5929d84620b4eaa87c63a82c8b70c3c4d63a6a2 /api/models.py | |
| parent | c3a884f12c1d7b6bc286e14bf0f8af2d99dad542 (diff) | |
list locations
Diffstat (limited to 'api/models.py')
| -rw-r--r-- | api/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/models.py b/api/models.py index 98549bc..c4e16de 100644 --- a/api/models.py +++ b/api/models.py @@ -1,7 +1,7 @@ from sqlalchemy import Column, Integer, String, Float, DateTime, ForeignKey, Boolean from sqlalchemy.orm import relationship from sqlalchemy.sql import func -from database import Base +from .database import Base # ---------------------------- # Location |
