At the bottom of the file, an exception is raised when __name__ == '__main__', stating that it's not allowed to run the file in that way. It's silly to then still set up logging in that case.
At the bottom of the file, an exception is raised when __name__ == '__main__', stating that it's not allowed to run the file in that way. It's silly to then still set up logging in that case.