1 2 3 4 5 6 7 8 9 10 11
""" Authentication Base Class """ class Authentication(object): """ I have no idea how Authentication (certs,?) will be done, but stub it here. """ pass