t.py:add home to sys.path

This commit is contained in:
2025-05-08 09:08:30 +02:00
committed by CAMEA
parent 1ed579f1cb
commit cf6bd4ed54

3
t.py
View File

@ -1,3 +1,6 @@
import sys
from os.path import expanduser
sys.path.append(expanduser('~'))
import time import time
import math import math
import numpy as np import numpy as np