Module: setup

File: C:\Users\korde\Home\Github\task-runner-SDLC\src\setup.py Language: Python

Imports

  • import logging
  • from pathlib import Path
  • import os
  • from config import Config
  • from utils.web import download_file
  • import subprocess

Functions

init_project()

Initialize the project: create dirs, files, download community files, and init uv env.