mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-06 11:34:34 +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
|
import attr
|
||||||
from typing_extensions import TypedDict
|
from typing_extensions import TypedDict
|
||||||
|
|
||||||
from .common_types import OrderedPair, Size
|
from .properties import Properties, RawProperties
|
||||||
from .properties import Properties
|
|
||||||
from .template import Template
|
from .template import Template
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user