init commit
This commit is contained in:
11
hero_test.py
Normal file
11
hero_test.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# hero_demo.py
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
||||
from app.data.catalogs.races import load_race_catalog
|
||||
|
||||
races_path = Path("app/data/races")
|
||||
races = load_race_catalog((races_path))
|
||||
|
||||
chosen_race = races['avaline']
|
||||
print(chosen_race.__dict__)
|
||||
Reference in New Issue
Block a user