Reputation: 211
In my directory named A
, I have 5 .py
files that I wrote.
I want to do import A
(or similar) to access the objects and classes from those 5 .py
files, but I am not sure how to make this happen.
How can I do this?
Upvotes: 0
Views: 63