Wandering Consciousness
Results
2
comments of
Wandering Consciousness
I totally agree and give 10+ votes!
I am using code like this: ``` from patent_client.odp import USApplicationBiblio ... patents = USApplicationBiblio.objects.filter(query=query) ``` so my work around is this: ``` from patent_client._sync.uspto.odp.manager import ODPApi ... ODPApi.base_url =...