* Improved import performance of the compiled prefab import hook.
0.7.7
* Remove some of the imports from the main module to speed up import * `funcs` and compiled methods now need to be imported from their respective submodules
0.7.6
* Make base module import ~7x faster * Lazily importing `ast` and `inpect` only if necessary. * Remove use of the typing in anything imported by `import prefab_classes`. Other submodules may still use typing for now.
0.7.5
* Faster creation of `dynamic` type hinted classes * Fix repr=False attributes for compiled prefabs * Faster serialization methods