Libraries are currently in a lazy state and need `if __name__ == '__main__':` statements to prevent accidental execution on import.
Libraries are currently in a lazy state and need
if __name__ == '__main__':statements to prevent accidental execution on import.