diff options
Diffstat (limited to 'skeletons/__init__.py.erb')
-rw-r--r-- | skeletons/__init__.py.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skeletons/__init__.py.erb b/skeletons/__init__.py.erb new file mode 100644 index 0000000..a020661 --- /dev/null +++ b/skeletons/__init__.py.erb @@ -0,0 +1,5 @@ +<%= header 'python.hdr' %> + +__all__ = [ + ] + |