Bug Fixes
* [2](https://github.com/sammnnz/pymagic9/pull/2): Fix `nameof` and `_unpack_opargs` functions
Code Improvements
* [5](https://github.com/sammnnz/pymagic9/pull/5): Improved `nameof` function (works faster)
New Features
* [3](https://github.com/sammnnz/pymagic9/pull/3): Added `isemptyfunction` function that checks if the incoming function is empty
* [4](https://github.com/sammnnz/pymagic9/pull/4): Added metaclass `PropertyMeta` for use auto-implemented properties as like in C#