home · contact · privacy
Simplify code with namedtuples and dataclasses.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 22 Apr 2024 01:52:44 +0000 (03:52 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 22 Apr 2024 01:52:44 +0000 (03:52 +0200)
commit951d8ad55c0d54286f9c986257a67dfa9710fcf2
treea3ab96b9203c8582e329565b11f5d60ae56e9bd4
parent010ef4bfea17be7436a937f28e7b54d3da17a1e1
Simplify code with namedtuples and dataclasses.
plomtask/http.py
plomtask/processes.py
plomtask/todos.py
templates/day.html
templates/process.html
tests/processes.py
tests/todos.py