Here is my example.py file:
example.py
from myimport import * def main(): myimport2 = myimport(10) myimport2.myExample() if __name__ == \"__main_
I see two errors in you code:
myExample2
self.myExample2(...)
self
def myExample2(self, num): ...