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-unsubscr...@age.apache.org

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

Reply via email to