I have two files: a.py b.py
How can I access my ABC123 class defined in a.py from b.py?
|
|
|||||
|
|
|
or
will do the job, as long as In spite of being several years old, Importing Python Modules might be worth reading for a more thorough overview of importing from other modules. It does seem beginner-friendly, too. |
|||
|
|
|
|
You need to import the objects from the other file:
For a good discussion on this topic please see Importing Python Modules:
|
||
|
|