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" +