Feat: Add script to apply subscriptions

This commit is contained in:
2025-10-16 12:11:27 +02:00
parent bfe40a4837
commit a1bb50087b
3 changed files with 83 additions and 1 deletions

View File

@@ -21,6 +21,11 @@ dev = [
"black>=25.1.0",
"isort>=6.0.1",
]
[project.scripts]
apply-subscriptions = "meal_manager.scripts:apply_subscriptions"
[tool.isort]
profile = "black"