forked from ticketfrei/ticketfrei
9 lines
165 B
Python
9 lines
165 B
Python
|
class Bot(object):
|
||
|
# returns a list of Report objects
|
||
|
def crawl(user):
|
||
|
pass
|
||
|
|
||
|
# post/boost Report object
|
||
|
def post(user, report):
|
||
|
pass
|