mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
fix(tiled_object): imports
This commit is contained in:
@@ -4,9 +4,9 @@ from typing import Callable, Dict, List, Optional, Union
|
||||
|
||||
import attr
|
||||
|
||||
from pytiled_parser import OrderedPair, Size
|
||||
from pytiled_parser.properties import Properties
|
||||
from pytiled_parser.template import Template
|
||||
from .common_types import OrderedPair, Size
|
||||
from .properties import Properties
|
||||
from .template import Template
|
||||
|
||||
|
||||
@attr.s(auto_attribs=True, kw_only=True)
|
||||
|
||||
Reference in New Issue
Block a user