whos_there.cli docs module whos_there.cli 1 2 3 4 5from whos_there.__about__ import __version__ def main():docs print(f"whos_there v{__version__}!")