From 51e67cebb905e7831e3a2d9f706a6d756d69fa71 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 8 Sep 2024 11:12:00 +0200 Subject: Add second flow to demo This makes the output less trivial. --- demo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo b/demo index 737c312..91af210 100755 --- a/demo +++ b/demo @@ -17,6 +17,11 @@ def main() -> None: flows = ( Flow(amount=Decimal(100.0), since=None, until=None), + Flow( + amount=Decimal(200.0), + since=datetime(2026, 1, 1), + until=datetime(2027, 1, 1), + ), ) data = simulate( -- cgit v1.2.3-70-g09d2