mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
5 lines
103 B
Python
5 lines
103 B
Python
"""init for pytiled_parser"""
|
|
|
|
from . import objects, utilities
|
|
from .xml_parser import parse_tile_map
|