From 536f746d363e591ffea70599a85f4ce200a12bf3 Mon Sep 17 00:00:00 2001 From: pndadm Date: Thu, 30 Oct 2025 01:40:23 +0000 Subject: [PATCH] =?UTF-8?q?pndBase.py=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pndBase.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pndBase.py diff --git a/pndBase.py b/pndBase.py new file mode 100644 index 0000000..24fca69 --- /dev/null +++ b/pndBase.py @@ -0,0 +1,20 @@ +## this is the Basic Implementation +## of the pnd Framework +## It should provide Insights +## to the usage and configuration + +import 'pg26/pnd.py' as Services +import 'pg26/pndSRC.py' as Backend #not needet Just tobshiw all involved modules +import 'pg26/pndCFG' as Config + +ServiceRuntime = Services.rt() #RuntimeObject +print(Config.gc_name) # print Name of current configuration + +# initialize the runtime context object +ServiceRuntime.init(0) # the passed 0 as integer is internaly used as "lastTry" Parameter for the exception handling + +# the Implementation will provide at least +# the following methods +# run()