mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-28 07:12:02 +01:00
refactor(map): Renamed map to tiled_map to avoid redefining the built-in
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from pathlib import Path
|
||||
|
||||
from pytiled_parser import common_types, layer, map, tileset
|
||||
from pytiled_parser import common_types, layer, tiled_map, tileset
|
||||
|
||||
EXPECTED = map.Map(
|
||||
EXPECTED = tiled_map.Map(
|
||||
hex_side_length=6,
|
||||
stagger_axis="y",
|
||||
stagger_index="odd",
|
||||
|
||||
Reference in New Issue
Block a user