I have a function having a forever running loop:
def some_function(): while True: #some tasks here
I need to write a Flask scrip