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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
In Overholt, the way I understand it, instances of each service are loaded into the "services.py". To use the services, I then import the instance that I want to use from services.py.
This outcome of this appears to be that I cannot use one service from another I suspect due to circular imports. Is my understanding correct?
If so, and if I cannot import one service from another, what is the correct way to use one service from another? i.e. use the "user" object from "store"?
thanks
The text was updated successfully, but these errors were encountered:
Hi Matt,
In Overholt, the way I understand it, instances of each service are loaded into the "services.py". To use the services, I then import the instance that I want to use from services.py.
This outcome of this appears to be that I cannot use one service from another I suspect due to circular imports. Is my understanding correct?
If so, and if I cannot import one service from another, what is the correct way to use one service from another? i.e. use the "user" object from "store"?
thanks
The text was updated successfully, but these errors were encountered: