You've already forked pyhOn
mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-11-28 21:39:44 +02:00
Add some type hints
This commit is contained in:
@@ -4,3 +4,11 @@ class HonAuthenticationError(Exception):
|
||||
|
||||
class HonNoAuthenticationNeeded(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoSessionException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class NoAuthenticationException(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user