[utils] Add frozen class decorator
This decorator disable the possibility to add attributes to to python objects outside the __init__ function.
Showing
Please register or sign in to comment
This decorator disable the possibility to add attributes to to python objects outside the __init__ function.