Add a main() method to all Python scripts
Move the main program logic of all scripts to main() methods such that
they can be used as modules and easily be invoked by setuptools wrapper
scripts.
Signed-off-by:
Lukas Fleischer <lfleischer@archlinux.org>
Please register or sign in to comment