feat(dscp): initial commit

This commit is contained in:
Sebastian Rust
2025-01-29 12:13:15 +01:00
commit 3acc8a6318
8 changed files with 194 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"loguru>=0.7.2",
]