TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
5 stars 0 forks source link

Can't import `pathfunc` from `tcutility` #308

Closed YHordijk closed 1 month ago

YHordijk commented 1 month 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.