What's Changed
* `prefab_classes` now depends on `ducktools.lazyimporter`
* `prefab_classes_hook` is now `prefab_classes.hook`
* `prefab_compiler`, `is_prefab` and `is_prefab_instance` are now available directly from `prefab_classes`
* Lazy Imports are being implemented to allow easy access to submodule attributes without eagerly importing the modules
**Full Changelog**: https://github.com/DavidCEllis/PrefabClasses/compare/v0.9.6...v0.10.0