Test suite modernization
This commit is contained in:
parent
0969f7c2f6
commit
52fdfd0347
141 changed files with 9947 additions and 4665 deletions
8
tests/procgen_interactive/demos/__init__.py
Normal file
8
tests/procgen_interactive/demos/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""Demo implementations for interactive procedural generation."""
|
||||
|
||||
from .cave_demo import CaveDemo
|
||||
from .dungeon_demo import DungeonDemo
|
||||
from .terrain_demo import TerrainDemo
|
||||
from .town_demo import TownDemo
|
||||
|
||||
__all__ = ['CaveDemo', 'DungeonDemo', 'TerrainDemo', 'TownDemo']
|
||||
Loading…
Add table
Add a link
Reference in a new issue