mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add Pferd class
This commit is contained in:
parent
3c808879c9
commit
2de4255a78
8 changed files with 118 additions and 29 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue