Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 222 Bytes

installation

python3 -m pip install rm-pycache

usage

rm_pycache(path: str=None, stdout: bool=False)

from rm_pycache import rm_pycache


rm_pycache(path='./src', stdout=True)