選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
181 B

  1. import os
  2. import sys
  3. # Add the root directory of the project ("..") to the path
  4. sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
  5. import pipeline