We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fe327 commit 665f3a9Copy full SHA for 665f3a9
README.md
@@ -44,7 +44,7 @@ settings = FiscalApiSettings(
44
45
2. **Crea la instancia del cliente**:
46
```python
47
-from fiscalapi.services.fiscalapi_client import FiscalApiClient
+from fiscalapi import FiscalApiClient
48
49
client = FiscalApiClient(settings=settings)
50
```
0 commit comments