What's Changed
* Add ``Panel`` to ``prsmsp`` main module, now you can use ``prsmsp`` like this:
python
from prsmsp import Panel
p = Panel.initiate("kavenegar", api_key"YOUR_API_KEY")
* Add ``Exceptions`` for validating auth type for each ``panel``, should be ``username and password`` or ``api_key``.
**Full Changelog**: https://github.com/parsariyahi/prsmsp/compare/v1.7.1...v1.7.2