first commit

This commit is contained in:
2026-03-06 13:24:50 +05:30
commit 8715ebafe8
8 changed files with 83 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "wydt"
version = "0.1.0"
description = "watcha doin' there? Your own digital invigilator making sure you're not distracted"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []