Renommage du répertoire
[oegtk/easy_starter.git] / oestarter / manager.py
diff --git a/oestarter/manager.py b/oestarter/manager.py
new file mode 100644 (file)
index 0000000..be7a746
--- /dev/null
@@ -0,0 +1,14 @@
+#!/usr/bin/python3
+#-*- coding: utf-8 -*-
+
+
+def test_action_on_start_button(action, modules, bases, scripts):
+    print("""Éléments récupérés :
+modules :
+%s
+bases
+%s
+scripts
+%s
+action
+%s""" % (modules, bases, scripts, action))