If I have this method:
def do_something(): print("something")
And I want it to run every 30 seconds using the schedule library