pyventory
pyventory copied to clipboard
Protect vars from overriding
Require explicit control over whether it is allowed to override a var or not.
Consider implementing the following options:
- default behavior — allows overriding by any asset using multi-inheritance or mixins
final(<value>)var decorator — no overriding allowed