Skip to content
Snippets Groups Projects
Commit b35c1436 authored by Lars Bilke's avatar Lars Bilke
Browse files

[py] Import OpenGeoSys module properly.

Needs to be imported with:

try:
    import ogs.callbacks as OpenGeoSys
except ModuleNotFoundError:
    import OpenGeoSys

`ogs.callbacks` is needed when imported via pip installed package.
`import OpenGeoSys` else.
parent 1a158942
No related branches found
No related tags found
Loading
Showing
with 68 additions and 16 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment