Initial Commit / Linux Combined Proof of Concept example
This commit is contained in:
commit
d0d2eae762
935 changed files with 155947 additions and 0 deletions
10
src/scripts/engine_user.py
Normal file
10
src/scripts/engine_user.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
print("[Python] Attempting import")
|
||||
import scriptable
|
||||
|
||||
print(f"[Python] calling fibonacci(8): {scriptable.fibonacci(8)}")
|
||||
print(f"[Python] calling fibonacci(15): {scriptable.fibonacci(15)}")
|
||||
|
||||
import venv
|
||||
print("[Python] Importing library installed with pip")
|
||||
import numpy
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue