5 lines
98 B
Python
5 lines
98 B
Python
from Generator import NpcGenerator
|
|
|
|
gen = NpcGenerator()
|
|
|
|
gen.create_npcs('Warhammer Fantasy', 5)
|