tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

Feat: removes warning if private attribute is set #78

Closed mosmuell closed 9 months ago

mosmuell commented 9 months ago

Previously, the user should not use private class / instance attributes and received a corresponding warning. This is not necessary anymore.