Complete stage 0 source research

This commit is contained in:
ik
2026-09-02 19:52:32 +07:00
commit a6f91a1329
9 changed files with 1096 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "rf4-spotter-research"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = ["beautifulsoup4>=4.12,<5"]
[tool.pytest.ini_options]
testpaths = ["tests"]