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