diff options
| author | mryouse | 2022-06-22 03:12:04 +0000 |
|---|---|---|
| committer | mryouse | 2022-06-22 03:12:04 +0000 |
| commit | e74d7437e746ef48bd8cee742412f826d0e7202f (patch) | |
| tree | 08bc236e9cec2a2ddd74494a3202865fa32f60ca /neb | |
| parent | a7320cb3f205e4ba5e28f96b2ebdcb9e1b30f6a9 (diff) | |
bugfix: import NebPanic
Diffstat (limited to 'neb')
| -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 |
