aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove frontend files and migrate to Python backendHsiangNianian2025-12-291-0/+9
- Deleted frontend configuration files including package.json, tsconfig.json, and vite.config.ts. - Removed favicon.ico and related assets. - Introduced a new Python script (main.py) with a simple greeting function. - Added pyproject.toml for Python project configuration and dependencies.