""" Entry point for the app. """ if __name__ == "__main__": from nba.cli import nba nba()