3 lines
36 B
Python
3 lines
36 B
Python
|
|
import shutil
|
||
|
|
shutil.rmtree("docs")
|