You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "dukeofhazardz (via GitHub)" <gi...@apache.org> on 2023/05/05 15:06:20 UTC

[GitHub] [age] dukeofhazardz commented on issue #890: ImportError in age.models

dukeofhazardz commented on issue #890:
URL: https://github.com/apache/age/issues/890#issuecomment-1536399065

   You could try importing all;
   `from age.models import *`
   Or
   `from age.models import Graph, Edge, Vertex`
   Referencing the particular class you'd like to use 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org