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