def main(): print("Hello from swydd!") if __name__ == "__main__": main()