Add Pferd class

This commit is contained in:
Joscha
2020-04-23 09:44:13 +00:00
parent 3c808879c9
commit 2de4255a78
8 changed files with 118 additions and 29 deletions

View File

@@ -15,6 +15,9 @@ from ..utils import soupify
LOGGER = logging.getLogger(__name__)
# TODO save cookies whenever we know they're good
class IliasAuthenticator(abc.ABC):
# pylint: disable=too-few-public-methods