diff options
| author | mryouse | 2022-07-26 01:20:30 +0000 |
|---|---|---|
| committer | mryouse | 2022-07-26 01:20:30 +0000 |
| commit | 973d1f2fb34188adfba182b2c52d9b2b2ad52829 (patch) | |
| tree | 50f498c46af578de0fdd79b689f54c591315e4ca /neb/std/functools.py | |
| parent | 0de12784cfc54130e65812e64cbd9e975ceab9ff (diff) | |
cleanup after moving func/def stuff into parsing
Diffstat (limited to 'neb/std/functools.py')
| -rw-r--r-- | neb/std/functools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neb/std/functools.py b/neb/std/functools.py index cfadf1c..67ef728 100644 --- a/neb/std/functools.py +++ b/neb/std/functools.py @@ -1,4 +1,4 @@ -from .. import TypeEnum, Environment, Arg, Builtin, Function, evaluate, InterpretPanic, NebSyntax, MultiFunction, Callable +from .. import TypeEnum, Environment, Arg, Builtin, evaluate, InterpretPanic, NebSyntax, MultiFunction, Callable from ..structs import * FUNCTOOLS = Environment() |
