From a25af465719d66b46b35c4d3327ff4733c54a35a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 6 Jun 2018 12:27:15 -0400 Subject: Add --version argument --- firewatch/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'firewatch/__init__.py') diff --git a/firewatch/__init__.py b/firewatch/__init__.py index e69de29..0eea61c 100644 --- a/firewatch/__init__.py +++ b/firewatch/__init__.py @@ -0,0 +1 @@ +from .version import * -- cgit