This repository is not active
geocachecs/AccessControlPython
Small project meant to simulate object-oriented access control in Python. Uses a mutex-lock-like system to ensure that private variables cannot be accessed outside of their own class.
Python