| .. | |||||
| __pycache__ | |||||
| Lorem ipsum.txt | |||||
| __init__.py | |||||
| layouts.py | |||||
| show-newlines.py | |||||
| strip-prefix.py | |||||
| to-dvorak.py | |||||
| to-qwerty.py |
import sys from . import layouts __name__ == '__main__' and layouts._translate_stream(sys.stdin, layouts.to_dvorak)
| .. | |||||
| __pycache__ | |||||
| Lorem ipsum.txt | |||||
| __init__.py | |||||
| layouts.py | |||||
| show-newlines.py | |||||
| strip-prefix.py | |||||
| to-dvorak.py | |||||
| to-qwerty.py |