diff --git a/shyaml.py b/shyaml.py index 93c2f0d..ab1b179 100755 --- a/shyaml.py +++ b/shyaml.py @@ -825,8 +825,6 @@ def safe_print(content): sys.stdout.flush() - - def entrypoint(): sys.exit(main(sys.argv[1:]))