From 08c3a724eed0b0a2b20de5a72e772ebccf747abc Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Tue, 17 Sep 2024 14:35:38 +0200 Subject: Minor changes --- tropical/env.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tropical/env.py') diff --git a/tropical/env.py b/tropical/env.py index 59ac509..834f7e2 100644 --- a/tropical/env.py +++ b/tropical/env.py @@ -23,6 +23,7 @@ class CalType(Enum): class Env: + __VERSION__ = "0.1" def __init__(self): # Config directory @@ -55,6 +56,5 @@ class Env: if e["start"] >=start and e["start"] <= end: events.append(e) # TODO: Account for repeat - - + return events -- cgit v1.2.3