This module provides some common types used throughout PyTiled Parser. These are all just NamedTuple classes provided to make sets of data more clear. As such they can be subscripted like a normal tuple to get the same values, or you can reference them by name. The values shown here are in the order they will be in the final tuple.
.. autoclass:: pytiled_parser.common_types.Color
.. autoclass:: pytiled_parser.common_types.OrderedPair
.. autoclass:: pytiled_parser.common_types.Size