You've already forked amazing-qr
mirror of
https://github.com/x-hw/amazing-qr.git
synced 2025-07-11 01:10:17 +02:00
7 lines
109 B
Python
7 lines
109 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# To be used just when MyQR is not installed
|
|
|
|
from MyQR.terminal import main
|
|
|
|
main() |