Closed YHordijk closed 3 months ago
import tcutility tcutility.pathfunc
will give an error saying pathfunc cannot be imported from tcutility. The fix is simply to add pathfunc to __init__.py.
pathfunc
tcutility
__init__.py
will give an error saying
pathfunc
cannot be imported fromtcutility
. The fix is simply to addpathfunc
to__init__.py
.