common
index
/home/achifaifa/git/kirino/source/common.py
Common procedure file. Contains all the code used by most of the other modules.
Modules
os
sys
termios
tty
Functions
getch
()
Reads a single key from the console input*. Code by Joeyespo:
https://github.com/joeyespo/py-getch
*I can't fucking believe this is not in the os library
vern
()
Returns a string with the version number
version
()
Prints the program name and the version in one line