class documentation
class ResMan(ChainMap[
A resource manager that chains multiple resource mappings together.
This is currently a type alias for ChainMap[str, bytes] to indicate its intended use, but may be extended in the future; so make sure to use this type for foward compatibility.