Skip to content

Commit f6cdc48

Browse files
committed
Add new errno module to include error constants
1 parent 492e12b commit f6cdc48

File tree

3 files changed

+1541
-0
lines changed

3 files changed

+1541
-0
lines changed

arango/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from arango.client import ArangoClient # noqa: F401
22
from arango.exceptions import * # noqa: F401 F403
33
from arango.http import * # noqa: F401 F403
4+
from . import errno # noqa: F401

0 commit comments

Comments
 (0)