feature: NO DNS? fa nulla...

su linux funge...
su altri non so...da testare!!!
This commit is contained in:
greko17
2019-11-28 21:49:48 +01:00
parent 436367da6d
commit b12201bb8e
120 changed files with 16179 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
from typing import Set, Optional, Dict
class DNSException(Exception):
supp_kwargs : Set[str]
kwargs : Optional[Dict]
class SyntaxError(DNSException): ...
class FormError(DNSException): ...
class Timeout(DNSException): ...