I'm currently learning about the MOGen.py file. However, when I try to call the MOGen module, I keep getting an error:
from pathpy.models.MOGen import MOGen ModuleNotFoundError: No module named 'pathpy.models.MOGen'
Could you provide a working example of how to properly call the MOGen module? Thank you.
I'm currently learning about the MOGen.py file. However, when I try to call the MOGen module, I keep getting an error:
from pathpy.models.MOGen import MOGen ModuleNotFoundError: No module named 'pathpy.models.MOGen'Could you provide a working example of how to properly call the MOGen module? Thank you.