1from _sage_conf._conf import * 2from _sage_conf.__main__ import _main 3 4 5if __name__ == "__main__": 6 _main() 7 8