mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
4 lines
123 B
Python
4 lines
123 B
Python
from pytiled_parser import common_types, layer
|
|
|
|
EXPECTED = [layer.TileLayer(name="Tile Layer 1", opacity=1, visible=True)]
|