github-actions
Production release without tests
976cee2
raw
history blame contribute delete
85 Bytes
def main():
print("Hello from project!")
if __name__ == "__main__":
main()