diff options
| author | mryouse | 2022-06-21 01:58:42 +0000 |
|---|---|---|
| committer | mryouse | 2022-06-21 01:58:42 +0000 |
| commit | f2c9f51359f7f2c7a1b968bc72ca911b7bb2b2d0 (patch) | |
| tree | cef5fde6dd95d2a6a38435027abf855a1cf2887d /neb/std/repl.py | |
| parent | 776fe3193b515c028b5ac69326baed51d760d32f (diff) | |
bugfix: add Function
Diffstat (limited to 'neb/std/repl.py')
| -rw-r--r-- | neb/std/repl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neb/std/repl.py b/neb/std/repl.py index 48a7811..0bf1dfd 100644 --- a/neb/std/repl.py +++ b/neb/std/repl.py @@ -1,4 +1,4 @@ -from .. import TypeEnum, Environment, Arg, Builtin, UserFunction, evaluate +from .. import TypeEnum, Environment, Arg, Builtin, UserFunction, Function, evaluate from ..structs import * REPL = Environment() |
