mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 06:34:25 -04:00
Add some type hints
This commit is contained in:
parent
970b94bfa7
commit
e82c14ec99
6 changed files with 177 additions and 97 deletions
|
@ -4,3 +4,11 @@ class HonAuthenticationError(Exception):
|
|||
|
||||
class HonNoAuthenticationNeeded(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoSessionException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoAuthenticationException(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue