Hi
@Alex Welch! If I understand correctly you might be asking about where the flows need to go (such as that airflow dags need to go in the dags folder). You don’t need to put them anywhere special, when you run a flow from a script it uses the flow object in-memory, and if you register it (if you are using cloud or server), it is serialized into a flow storage — local storage in ~/.prefect is the default, but you can configure this with different types of storage (which you can read about here:
https://docs.prefect.io/orchestration/execution/storage_options.html#local)