about summary refs log tree commit diff
path: root/main.py
blob: ce755d5fc3ebc59af541ed94bd6fb32a72a7d467 (plain) (blame)
1
2
3
4
5
6
def main():
    print("Hello from agent!")


if __name__ == "__main__":
    main()