mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 22:59:48 +01:00
rf(no_layers): add typing info
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from pytiled_parser import common_types, layer
|
||||
from typing import List
|
||||
|
||||
EXPECTED = []
|
||||
from pytiled_parser import layer
|
||||
|
||||
EXPECTED: List[layer.Layer] = []
|
||||
|
||||
Reference in New Issue
Block a user