mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
Added RawProperties import to tiled_object.py
This commit is contained in:
@@ -5,8 +5,7 @@ from typing import Callable, Dict, List, Mapping, Optional, Union
|
||||
import attr
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
from .common_types import OrderedPair, Size
|
||||
from .properties import Properties
|
||||
from .properties import Properties, RawProperties
|
||||
from .template import Template
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user