관리-도구
편집 파일: __main__.py
import sys from .runner import run if __name__ == '__main__': exit = run() if exit: sys.exit(exit)