mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-07 03:41:20 +01:00
docs(layer): add module docstring
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
"""This module handles parsing all types of layers.
|
||||||
|
|
||||||
|
See:
|
||||||
|
- https://doc.mapeditor.org/en/stable/reference/json-map-format/#layer
|
||||||
|
- https://doc.mapeditor.org/en/stable/manual/layers/
|
||||||
|
- https://doc.mapeditor.org/en/stable/manual/editing-tile-layers/
|
||||||
|
"""
|
||||||
|
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
|
|
||||||
import base64
|
import base64
|
||||||
|
|||||||
Reference in New Issue
Block a user