Files
2020-07-27 20:49:17 -04:00

6 lines
92 B
Python

from typing import List
from pytiled_parser import layer
EXPECTED: List[layer.Layer] = []