Try to run scripts on Spigot 1.21.4, GraalVM 21
Any scripts will import falls:
from org.bukkit import Bukkit
print "Hello world!"
from mcapi import *
print "Hello world"
(simple print, witout impors works. If added any imports - error)
Error on run scripts: (More input is expected)