Skip to content

Commit

Permalink
import path setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Feb 24, 2025
1 parent 41b4a7f commit 5ed7b9f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
Author: Shisato Yano
"""

# import path setting
import sys
import numpy as np
from pathlib import Path

abs_dir_path = str(Path(__file__).absolute().parent)
relative_path = "/../../../components/"

0 comments on commit 5ed7b9f

Please sign in to comment.