We welcome contributions!
- Small and focused PRs. Please don't include changes that don't address the subject of your PR.
- Follow the style of importing functions directly e.g.
from os.path import abspath
. - Check out the core values of Piku.
- PEP8.
We welcome contributions!
from os.path import abspath
.