ticketfrei/bot.py

9 lines
165 B
Python
Raw Normal View History

2018-03-28 15:36:35 +00:00
class Bot(object):
# returns a list of Report objects
def crawl(user):
pass
# post/boost Report object
def post(user, report):
pass