From 3f3c45a7aafdfda513bc53620bd28e2a11ff3daf Mon Sep 17 00:00:00 2001 From: David Honegger Rogers Date: Tue, 29 Sep 2020 14:00:52 -0600 Subject: [PATCH] added dummy __init__.py file --- __init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..980a1ed --- /dev/null +++ b/__init__.py @@ -0,0 +1,13 @@ +# __init__.py file for cinema_viewers + +# DO NOT REMOVE THIS FILE + +# +# this file is included in the repository so that this repository can +# be included as a submodule of a python module +# +# it does nothing but report the version number + + +Version = "2.0" +