first commit - MVE Incrementables Parser microservice with FastAPI, JWT, Celery, Redis

This commit is contained in:
Ernesto Herrera
2026-03-02 21:31:50 -07:00
commit 068d859f42
27 changed files with 2337 additions and 0 deletions

2
app/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
# MVE Incrementables Parser Service
__version__ = "1.0.0"