Skip to content

Commit bd16ac3

Browse files
💣 exceptions now inherits from Exception instead BaseException
1 parent 9780273 commit bd16ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

squarecloud/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
)
1515
from .file import File
1616
from .http.endpoints import Endpoint
17+
from . import errors
1718

1819
__version__ = '3.3.0'

0 commit comments

Comments
 (0)