diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 14:35:38 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-17 14:35:38 +0200 |
| commit | 08c3a724eed0b0a2b20de5a72e772ebccf747abc (patch) | |
| tree | 82897d38d44f72b7d7cf849581fb5ed4eca227d6 /tropical/env.py | |
| parent | 1b97acaa87a8e8740381573bd3d994344b008043 (diff) | |
Minor changes
Diffstat (limited to 'tropical/env.py')
| -rw-r--r-- | tropical/env.py | 4 |
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 |
