mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
9 lines
135 B
Python
9 lines
135 B
Python
#!/usr/bin/env python3
|
|
|
|
from rpc import run_rpc_pipes
|
|
import sys
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run_rpc_pipes(sys.stdout, sys.stdin)
|