We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f208c commit 23891b2Copy full SHA for 23891b2
odm2api/__init__.py
@@ -1,13 +1,13 @@
1
from __future__ import (absolute_import, division, print_function)
2
3
from odm2api.ODMconnection import SessionFactory, dbconnection
4
-from odm2api.base import serviceBase, modelBase
+from odm2api.base import modelBase, serviceBase
5
6
__all__ = [
7
'SessionFactory',
8
'dbconnection',
9
+ 'modelBase',
10
'serviceBase',
- 'modelBase'
11
]
12
13
from ._version import get_versions
0 commit comments