package interpreter
|
|
|
|
import "github.com/brettlangdon/gython/gython"
|
|
|
|
func EvalCode(co *gython.CodeObject) gython.Object {
|
|
return gython.None
|
|
}
|