diff --git a/convore/core.py b/convore/core.py index 715665d..2342618 100644 --- a/convore/core.py +++ b/convore/core.py @@ -9,8 +9,10 @@ :license: ISC, see LICENSE for more details. """ + import api + __title__ = 'convore' __version__ = '0.0.1' __build__ = 0x000001 @@ -22,6 +24,7 @@ __docformat__ = 'restructuredtext' __all__ = ('Convore',) + class Convore(object): """The main Convore interface object."""