mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
Started work on redoing the builder module, moved existing code to new dir and setup new builder.py file
This commit is contained in:
parent
dd04dd0505
commit
a69a4c8384
7 changed files with 4589 additions and 2396 deletions
File diff suppressed because it is too large
Load diff
|
@ -121,7 +121,7 @@ def get_validation_rules(data_type: str) -> Dict[str, Dict[str, Any]]:
|
|||
Returns:
|
||||
Dictionary of validation rules
|
||||
"""
|
||||
from settings import (
|
||||
from .builder_constants import (
|
||||
CREATURE_VALIDATION_RULES,
|
||||
SPELL_VALIDATION_RULES,
|
||||
LAND_VALIDATION_RULES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue