# -*- coding: utf-8 -*- def run_enable(): pass if __name__ == "__main__": run_enable()