Abbas
Abbas
I'm creating cli application to interact with the db using [typer](https://github.com/tiangolo/typer-cli) and I've the following code: ``` # app.py from typing import Any from faunadb.client import FaunaClient from faunadb import...
Can you make the activate/deactivate work when the environment is in users app data folder like this "AppData\Local\conda\conda\envs\py36"?
As the project may grow complex generating a single file for each query is cumbersome to use them. And having all in one file for a large project is also...