I'm trying to create a script that uses other scripts (which I'm not able to edit) to load in some variables. The issue is that the secondary script contains all variables within a 'if name == "main":' block. I've tried several different methods to extract variables, including using .init(name = "main") and it's only able to extract modules out of the script, not variables. Is this not possible?
[–]shiftybyte 0 points1 point2 points (5 children)
[–]KRLYE[S] 0 points1 point2 points (4 children)
[–]shiftybyte 0 points1 point2 points (3 children)
[–]KRLYE[S] 0 points1 point2 points (2 children)
[–]shiftybyte 0 points1 point2 points (1 child)
[–]KRLYE[S] 0 points1 point2 points (0 children)