import creation_engine hero = creation_engine.HeroCreation() print(hero.whoami) print(hero.stat_block) print(hero.saves) print(hero.additional_stats) print(hero.skill_bonuses) print(hero.other_proficiencies) print(hero.job)