4 lines
83 B
Python
4 lines
83 B
Python
from distutils.dir_util import copy_tree
|
|
|
|
copy_tree('.', 'snapshot', verbose=True)
|