Create standard library proof of concept
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
from smnp.environment.environment import Environment
|
||||
from smnp.module import functions, methods
|
||||
from smnp.type.model import Type
|
||||
|
||||
|
||||
def createEnvironment():
|
||||
variables = {
|
||||
"bpm": Type.integer(120)
|
||||
}
|
||||
|
||||
return Environment([ variables ], functions, methods)
|
||||
return Environment([{}], functions, methods)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user