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