mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
Convore object is all there is to import.
This commit is contained in:
+2
-1
@@ -18,9 +18,10 @@ __author__ = 'Kenneth Reitz'
|
||||
__license__ = 'ISC'
|
||||
__copyright__ = 'Copyright 2011 Kenneth Reitz'
|
||||
|
||||
|
||||
__all__ = ('Convore',)
|
||||
|
||||
class Convore(object):
|
||||
"""The main Convore interface object."""
|
||||
def __init__(self, username, password):
|
||||
self.username = username
|
||||
api.login(username, password)
|
||||
|
||||
Reference in New Issue
Block a user