platform login is working

This commit is contained in:
Stanislas Jouffroy 2024-02-11 19:44:02 +01:00
parent 44a04f451e
commit 93bd81ecea
8 changed files with 174 additions and 32 deletions

2
resa_padel/exceptions.py Normal file
View file

@ -0,0 +1,2 @@
class ArgumentMissing(Exception):
pass