mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
6 lines
92 B
Python
6 lines
92 B
Python
from typing import List
|
|
|
|
from pytiled_parser import layer
|
|
|
|
EXPECTED: List[layer.Layer] = []
|