mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +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] = []
|