labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Request for Relative Paths in Python4Capella Library #204

Open arturo-ps-atica opened 7 months ago

arturo-ps-atica commented 7 months ago

Currently, the scripts are being imported using the workspace directive in the paths like:

include('workspace://Python4Capella/....')

This forces the module to be in the workspace, which may not be convenient for all users. It would be beneficial if the library could use relative paths instead, providing more flexibility in project organization.

Thanks in advance