mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +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
|
||||
|
||||
import base64
|
||||
|
||||
Reference in New Issue
Block a user