mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-29 23:36:40 +03:00
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
from shutil import copyfile
|
|
|
|
copyfile(src, dst)
|