from src.controller import controller """CRMデータ取得処理のエントリーポイント""" if __name__ == '__main__': controller()