#!/usr/bin/env python3 from ren_browser.app import run if __name__ == "__main__": run()