This is how to do MLOps!

def hello_world():
    print("Hello world!")

hello_world()

Goodbye!