diff --git a/ExampleApp/Main/__init__.py b/ExampleApp/Main/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..bc2add6b8c5dca47f9c9a1be9b8b99eb4501ed1b
--- /dev/null
+++ b/ExampleApp/Main/__init__.py
@@ -0,0 +1,2 @@
+def hello_string():
+  return 'Hello'
\ No newline at end of file
diff --git a/ExampleApp/Main/lang/de.yaml b/ExampleApp/Main/lang/de.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b
--- /dev/null
+++ b/ExampleApp/Main/lang/de.yaml
@@ -0,0 +1 @@
+{}
\ No newline at end of file
diff --git a/ExampleApp/Main/manifest.yaml b/ExampleApp/Main/manifest.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e96e126972e6b01d928d076be6ddf36cbb007aac
--- /dev/null
+++ b/ExampleApp/Main/manifest.yaml
@@ -0,0 +1,4 @@
+default_language: 'de'
+views:
+  - url: 'hello_string'
+    function: 'hello_string'
\ No newline at end of file