SyntaxFix
Write A Post
Hire A Developer
Questions
if both packages are in your import path (sys.path), and the module/class you want is in example/example.py, then to access the class without relative import try:
from example.example import fkt