summaryrefslogtreecommitdiff
path: root/tropical/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'tropical/env.py')
-rw-r--r--tropical/env.py4
1 files changed, 2 insertions, 2 deletions
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