There are two scripts – one .gd, second .py
From .py I need only variables (string, numeric, lists, dictionaries),
They need to pick up (import) in .gd
How can I do this?
Example scriptpy.py (singleton)
a = 'hello'
B = 3.
Example scriptgd.gd
var t = scriptpy.a
var i = scriptpy.b
Print (T) # does not work
Print (i) # does not work
Answer 1
Google said that the one is a variety of language S.
So there is an embedding of Python in Godot, but this … not realizable …
Therefore, I propose simply writing to a file \ base of interest of the variables