Files
python-action-test/main.py
T

7 lines
96 B
Python

def main():
print("Hello from python-action-test!")
if __name__ == "__main__":
main()