mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-27 14:52:15 +01:00
9 lines
120 B
Python
9 lines
120 B
Python
# pylint: disable=too-few-public-methods
|
|
|
|
import attr
|
|
|
|
|
|
@attr.s(auto_attribs=True)
|
|
class Template:
|
|
"""FIXME TODO"""
|