import os import sys from client import MunyalClient from misc import get_os def main(): os = get_os() if __name__ == "__main__": sys.exit(main())