Amulet-Team / Amulet-Core

A Python library for reading and writing the Minecraft save formats. See Amulet for the actual editor.
https://www.amuletmc.com/
215 stars 33 forks source link

Fix LoadableLevel type hint #290

Closed gentlegiantJGC closed 1 month ago

gentlegiantJGC commented 1 month ago

This type hint needs an Intersection type that does not exist in Python. As a workaround the LoadableLevel mixin now inherits from Level.