import sys from admin import ensure_daemon from helpers import * def main(): ensure_daemon() exec(sys.stdin.read()) if __name__ == "__main__": main()