1
0
mirror of https://github.com/x-hw/amazing-qr.git synced 2024-11-21 17:56:33 +02:00
amazing-qr/amzqr.py
2021-04-06 21:24:23 +08:00

8 lines
112 B
Python

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