9 lines
210 B
Text
9 lines
210 B
Text
# QR Code Command Handler
|
|
# Domain: QR code generation
|
|
|
|
# REMOVED: use ../../../lib_provisioning * - causes circular import
|
|
|
|
# QR code command handler - Generate QR code
|
|
export def handle_qr [] {
|
|
make_qr
|
|
}
|