I have something like this:
from CoreTemplate import CoreTemplate
when i want to use the imported function from CoreTemplate Module I need to do like this:
CoreTemplate.ifunction()
are there anyway that i can call function without name of the module like this:
ifunction()