mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -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)
|