Add Neon API package and related files

This commit is contained in:
2024-02-27 17:01:37 -05:00
parent 4cc5b8448c
commit fe646906d9
10 changed files with 8 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
from requests.exceptions import HTTPError
class NeonAPIError(HTTPError):
pass