diff --git a/src/django-ifc/views/__init__.py b/src/django-ifc/views/__init__.py new file mode 100644 index 0000000..9f96f02 --- /dev/null +++ b/src/django-ifc/views/__init__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- + + +# ============================================================================= +# Docstring +# ============================================================================= + +""" +Django IFC Views Module +======================= + +""" + + +# ============================================================================= +# Imports +# ============================================================================= + +# Import | Local Modules