main¶
Main entry points for the package.
- pyyc.__main__.main()[source]¶
Main function of the package.
Read arguments from
sys.argv[1:].Note
Will be used as
pyycentry-point in pyproject.toml, and in the__main__block (python -m pyyc).
- pyyc.__main__.main_addition()[source]¶
Another entry point of the package.
Read arguments from
sys.argv[1:].Note
Will be used as
pyyc_additionentry-point in pyproject.toml.