mirror of https://github.com/eyhc1/rendercv.git
update __main__.py
This commit is contained in:
parent
c431c7c8b5
commit
48d48f4bf2
|
@ -1,3 +1,9 @@
|
|||
"""
|
||||
`__main__.py` file is the file that gets executed when the RenderCV package itself is
|
||||
invoked directly from the command line with `python -m rendercv`. That's why we have it
|
||||
here so that we can invoke the CLI from the command line with `python -m rendercv`.
|
||||
"""
|
||||
|
||||
from .cli import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue