mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-10 21:17:32 +01:00
re-doing everything as a caster instead of as a parser
This commit is contained in:
8
pytiled_parser/template.py
Normal file
8
pytiled_parser/template.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
import attr
|
||||
|
||||
|
||||
@attr.s(auto_attribs=True)
|
||||
class Template:
|
||||
"""FIXME TODO"""
|
||||
Reference in New Issue
Block a user