🎉 Initialize module repository

This commit is contained in:
Marc Wempe
2026-04-03 23:08:57 +02:00
commit bf9156b973
190 changed files with 4090 additions and 0 deletions

6
models/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from . import mvd_tcg_game
from . import mvd_tcg_card
from . import mvd_tcg_mtg_card_face
from . import mvd_tcg_mtg_card_legality
from . import mvd_tcg_mtg_set
from . import mvd_tcg_mtg_taxonomy