mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-01-09 12:33:18 -08:00
7 lines
119 B
Python
7 lines
119 B
Python
import sys
|
|
|
|
from . import layouts
|
|
|
|
|
|
__name__ == '__main__' and layouts._translate_stream(sys.stdin, layouts.to_qwerty)
|