You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to simplify the imports of ro-crate-py, import/exporting entities like Person, ContextEntity, Metadata, etc, from the __init__.py file?
So that instead of having to write
from rocrate.model.person import Person
from rocrate.model.contextentity import ContextEntity
from rocrate.model.metadata import Metadata
one can do just
from rocrate.model import Person, ContextEntity, Metadata
Cheers,
Bruno
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to simplify the imports of ro-crate-py, import/exporting entities like
Person
,ContextEntity
,Metadata
, etc, from the__init__.py
file?So that instead of having to write
one can do just
Cheers,
Bruno
The text was updated successfully, but these errors were encountered: