It would be handy if the token of `ONC` class can be set from environment variables. ```python from onc import ONC onc = ONC() ```
It would be handy if the token of
ONCclass can be set from environment variables.