The file `APL.py` contains a function `APL` that does nothing but instantiate a `APLPyConnect.Connection.APLClient` directly. So much so that `APL = APLPyConnect.Connection.APLClient` is a suitable definition for `APL`. Probably this function can be deleted.
The file
APL.pycontains a functionAPLthat does nothing but instantiate aAPLPyConnect.Connection.APLClientdirectly.So much so that
APL = APLPyConnect.Connection.APLClientis a suitable definition forAPL.Probably this function can be deleted.