[apps/code] Remove import of mathsup (residue of #50) (#63)

This commit is contained in:
Mino1289
2021-10-28 19:15:53 +02:00
committed by GitHub
parent 5dce215165
commit 58ef8cb95d

View File

@@ -3,7 +3,6 @@
namespace Code {
constexpr ScriptTemplate emptyScriptTemplate(".py", "\x01" R"(from math import *
from mathsup import *
)");