gltflib
gltflib copied to clipboard
fix: use type in annotation of classmethod.cls
Hi,
the first parameter of @classmethod
is always Type[something]
instead of something
, so I fixed it in the type annotations. When I was touching them I also added Optional
where applicable.