"""Entry point: python -m bolt_pet""" import sys from .ui.app import run if __name__ == "__main__": sys.exit(run())