"""Entry point for python -m finn_eiendom.""" from .cli import app if __name__ == "__main__": app()