diff --git a/resources/__init__.py b/resources/__init__.py new file mode 100644 index 0000000..5d20240 --- /dev/null +++ b/resources/__init__.py @@ -0,0 +1 @@ +from core import * \ No newline at end of file diff --git a/resources/core.py b/resources/core.py new file mode 100644 index 0000000..e6b51c6 --- /dev/null +++ b/resources/core.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +""" +resources.core +~~~~~~~~~~~~~~ + +This omdule provides the core resources system. + +""" \ No newline at end of file