refactored landmark manager and clean up

This commit is contained in:
2024-07-25 09:37:37 +02:00
parent d23050b811
commit 80b3d5b012
15 changed files with 218 additions and 1732 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.11-slim
WORKDIR /app
COPY Pipfile Pipfile.lock .