ollama-server / hello.py
DeathDaDev's picture
refactor: move hello() function to hello.py and import it in app.py
57775d5
raw
history blame
56 Bytes
def hello():
"print a greeting"
print("hello")