Turn resources into a module, which can hold mutators too
[naja.git] / naja / resources / __init__.py
diff --git a/naja/resources/__init__.py b/naja/resources/__init__.py
new file mode 100644 (file)
index 0000000..191cbd4
--- /dev/null
@@ -0,0 +1,3 @@
+from naja.resources.loader import Loader
+
+resources = Loader('data')