6 lines
150 B
Python

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