mirror of
https://github.com/fergalmoran/qrmaker.git
synced 2025-12-22 10:00:50 +00:00
5 lines
54 B
Python
5 lines
54 B
Python
import shutil
|
|
|
|
shutil.copyfile('index.py', 'ttt.py')
|
|
|