1
0
mirror of https://github.com/x-hw/amazing-qr.git synced 2025-07-13 01:20:29 +02:00
Files
amazing-qr/myqr.py

7 lines
109 B
Python
Raw Normal View History

2016-09-02 00:29:26 +08:00
# -*- coding: utf-8 -*-
2016-09-11 17:33:50 +08:00
# To be used just when MyQR is not installed
2016-09-02 00:29:26 +08:00
2016-09-11 17:33:50 +08:00
from MyQR.terminal import main
2016-09-02 00:29:26 +08:00
2016-09-11 17:33:50 +08:00
main()