Arif
Initial commit
2b6c2ca
raw
history blame
95 Bytes
def main():
print("Hello from llm-data-analyzer!")
if __name__ == "__main__":
main()