mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
coming together
This commit is contained in:
+4
-1
@@ -55,9 +55,12 @@ class Convore(object):
|
||||
"""
|
||||
|
||||
def __init__(self, username, password):
|
||||
pass
|
||||
|
||||
|
||||
self.verify()
|
||||
|
||||
def verify(self):
|
||||
"""Authenticates. Returns True if authentication is successful, False if not."""
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user