summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-10-29 12:28:26 +0200
committerWojtek Kosior <koszko@koszko.org>2022-10-29 12:29:14 +0200
commit2ad0889025599bca772c5921c404d7ad66616a8c (patch)
tree5dc307c4d213ec3786ff451223cbd0ef8d02d838 /__init__.py
parenta38750ae1e62af2320069264c30c8693a1a858b4 (diff)
downloadhydrilla-common-html-jinja-templates-2ad0889025599bca772c5921c404d7ad66616a8c.tar.gz
hydrilla-common-html-jinja-templates-2ad0889025599bca772c5921c404d7ad66616a8c.zip
make common Jinja templates repo usable as a Python package module
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..7072cda
--- /dev/null
+++ b/__init__.py
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: CC0-1.0
+
+# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+#
+# Available under the terms of Creative Commons Zero v1.0 Universal.
+
+from .loaders import loader, combine_with_loaders