7 lines
94 B
Python
7 lines
94 B
Python
def main():
|
|
print("Hello from llm-gateway-plan!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|