The PYACTION keyword is implemented with a Python module with a run() function in an external module.
8 lines
44 B
Python
8 lines
44 B
Python
import math
|
|
|
|
|
|
Bug here
|
|
|
|
def run():
|
|
pass
|