In a project I was using class
to define functions for the whole project, and as the project is growing, there was a need to create a new file with new class
and function
.
In this case, I need to consume the class
that makes the connection with the bank in the first file. How can I do this?