Started work on redoing the builder module, moved existing code to new dir and setup new builder.py file

This commit is contained in:
mwisnowski 2025-08-15 10:11:56 -07:00
parent dd04dd0505
commit a69a4c8384
7 changed files with 4589 additions and 2396 deletions

File diff suppressed because it is too large Load diff

View file

@ -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