🎉 Initialize module repository
This commit is contained in:
6
models/constants.py
Normal file
6
models/constants.py
Normal 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")
|
||||
Reference in New Issue
Block a user