diff options
Diffstat (limited to 'neb/structs.py')
| -rw-r--r-- | neb/structs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/neb/structs.py b/neb/structs.py index f1cee95..f3bdb36 100644 --- a/neb/structs.py +++ b/neb/structs.py @@ -2,6 +2,7 @@ from dataclasses import dataclass from enum import Enum, auto from typing import Any from .typeclass import TypeEnum +from .exceptions import NebPanic #from . import Function # tokens and types |
