I have a function:
def do_stuff(): print(\'Hello\')
And I have used BackgroundScheduler() to run it every 5 minutes.
BackgroundScheduler()