"""Entry point for `python -m unilabos`.""" from unilabos.app.main import main if __name__ == "__main__": main()