mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/code] Start getting importations in the variable box
This commit is contained in:
@@ -6,7 +6,9 @@ constexpr ScriptTemplate emptyScriptTemplate(".py", "\x01" R"(from math import *
|
||||
)");
|
||||
|
||||
constexpr ScriptTemplate squaresScriptTemplate("squares.py", "\x01" R"(
|
||||
from math import sin as stew, cos as cabbage)");
|
||||
#from math import sin as stew, cos as cabbage
|
||||
from math import *
|
||||
)");
|
||||
|
||||
/*constexpr ScriptTemplate squaresScriptTemplate("squares.py", "\x01" R"(
|
||||
import math
|
||||
|
||||
Reference in New Issue
Block a user