Files
estudio_embeddings/main.py
T

7 lines
96 B
Python

def main():
print("Hello from estudio-embeddings!")
if __name__ == "__main__":
main()