🎉 Initialize module repository

This commit is contained in:
Marc Wempe
2026-04-03 23:08:58 +02:00
commit 685c3296f1
23 changed files with 4022 additions and 0 deletions

6
models/constants.py Normal file
View File

@@ -0,0 +1,6 @@
"""Shared constants for the MTG Scryfall connector."""
DEFAULT_SCRYFALL_API_BASE_URL = "https://api.scryfall.com"
DEFAULT_SCRYFALL_TIMEOUT_SECONDS = 30
DEFAULT_SCRYFALL_USER_AGENT = "Mantjeverse Digital TCG/1.0"
DEFAULT_SCRYFALL_IMPORT_LANGUAGES = ("en", "de")