- Add server/ directory with FastAPI backend - Fix server/start.sh to properly handle venv on Windows/Git Bash - Add alembic migrations and pyproject.toml - Add server tests Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 lines
48 B
Python
3 lines
48 B
Python
def test_placeholder() -> None:
|
|
assert True
|