Skip to content

Commit 08b8c07

Browse files
committed
Refactor ODM2
1 parent f5498a6 commit 08b8c07

File tree

8 files changed

+2
-9
lines changed

8 files changed

+2
-9
lines changed

odm2api/ODM2/__init__.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

odm2api/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from __future__ import (absolute_import, division, print_function)
22

33
from odm2api.ODMconnection import SessionFactory, dbconnection
4-
from odm2api.base import serviceBase
4+
from odm2api.base import serviceBase, modelBase
55

66
__all__ = [
77
'SessionFactory',
88
'dbconnection',
99
'serviceBase',
10+
'modelBase'
1011
]
1112

1213
from ._version import get_versions

0 commit comments

Comments
 (0)