Files
LLMUtils/main.py
2025-09-16 05:46:05 +02:00

7 lines
86 B
Python

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