added arithmetic_eval to __init__

This commit is contained in:
2020-11-24 16:26:48 +01:00
parent 10e0634519
commit 7b9ade13f0
+1
View File
@@ -3,6 +3,7 @@ from .utils import *
from .channels import Channels
from .config import Config
from .elog import Elog
from .eval import arithmetic_eval
from .ipy import devices
from .json import json_save, json_load
from .npy import nice_linspace, nice_arange, fraction_to_percentage, within, within_fraction, get_dtype, get_shape, is_array