Module: setup
File: C:\Users\korde\Home\Github\task-runner-SDLC\src\setup.py
Language: Python
Imports
import loggingfrom pathlib import Pathimport osfrom config import Configfrom utils.web import download_fileimport subprocess
Functions
init_project()
Initialize the project: create dirs, files, download community files, and init uv env.