1
0
mirror of https://github.com/x-hw/amazing-qr.git synced 2025-07-11 01:10:17 +02:00
Files
amazing-qr/myqr.py
2016-09-11 17:33:50 +08:00

7 lines
109 B
Python

# -*- coding: utf-8 -*-
# To be used just when MyQR is not installed
from MyQR.terminal import main
main()