Files
embedding-buddy/main.py

7 lines
92 B
Python

def main():
print("Hello from embeddingbuddy!")
if __name__ == "__main__":
main()