Reputation: 34356
I've install this script via pip, but how to a reference these files as part of my script, do I need to use import or some other magic?
Thanks
Upvotes: 0
Views: 93
Reputation: 798446
import isn't magic, it's how things get done.
import
Upvotes: 2