1 2 3 4 5 6 7
""" Entry point for the app. """ if __name__ == "__main__": from nba.cli import nba nba()