What is the recommended way for running a library module like I would do in vanilla python with the `-m` flag. E.g. ```sh python -m mylibrary.module ```