9 lines
295 B
Python
9 lines
295 B
Python
__title__ = 'inputimeout'
|
|
__description__ = 'Multi platform standard input with timeout'
|
|
__url__ = 'http://github.com/johejo/inutimeout'
|
|
__version__ = '1.0.4'
|
|
__author__ = 'Mitsuo Heijo'
|
|
__author_email__ = 'mitsuo_h@outlook.com'
|
|
__license__ = 'MIT'
|
|
__copyright__ = 'Copyright 2018 Mitsuo Heijo'
|