import warnings import textwrap as text from .rover import Rover def main(): warnings.warn(text.dedent( """ There is still no command line for Rover. Use a Python shell to interact with Rover. """))