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

[GitHub] [age] Omar-Saad commented on issue #890: ImportError in age.models

Omar-Saad commented on issue #890:
URL: https://github.com/apache/age/issues/890#issuecomment-1603307387

   There is no `Model` class present in the `models.py` file, which is why you are encountering this error. To import all the classes from this file, you can utilize the following code:
   
   ```python
   from age.models import *
   ```


-- 
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