mirror of
https://github.com/x-hw/amazing-qr.git
synced 2024-11-21 17:56:33 +02:00
8 lines
112 B
Python
8 lines
112 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# To be used just when amzqr is not installed
|
|
|
|
from amzqr.terminal import main
|
|
|
|
main()
|