Skip to content

Commit

Permalink
fix: csmapをimportするための処置
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed Jun 5, 2024
1 parent d3a3271 commit b0d7352
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import os
import sys

# csmap_pyからcsmapとしてimportするためにパスを追加
sys.path.append(os.path.join(os.path.dirname(os.path.dirname(__file__)), "csmap_py"))

0 comments on commit b0d7352

Please sign in to comment.