chore: scaffold tools/ package + stdlib http client

Per sub-project-2 plan Task 1. Adds tools/ to setuptools packages,
gitignores media/, and a minimal injectable urllib HTTP client.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-04 06:22:30 -07:00
parent 1b8faf9142
commit db4f036729
5 changed files with 44 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
def test_tools_package_imports():
import tools
import tools.http
assert tools is not None