# BasketballPlayer Example # Create a class with no instance variables # and no methods. Add methods in the test file. class BasketballPlayer: pass