__init__.py
22 lines
| 644 B
| text/x-python
|
PythonLexer
|
r568 | #from schainpy.model.data.jrodata import * | ||
# from schainpy.model.io.jrodataIO import * | ||||
# from schainpy.model.proc.jroprocessing import * | ||||
# from schainpy.model.graphics.jroplot import * | ||||
# from schainpy.model.utils.jroutils import * | ||||
# from schainpy.serializer import * | ||||
from data import * | ||||
from io import * | ||||
from proc import * | ||||
from graphics import * | ||||
from utils import * | ||||
|
r954 | |||
global_type_string = 'string' | ||||
global_type_integer = 'int' | ||||
global_type_floatList = 'floatList' | ||||
global_type_pairsList = 'pairsList' | ||||
global_type_boolean = 'bolean' | ||||
global_type_float = 'float' | ||||
global_type_colormap = 'colormap' | ||||
global_type_list = 'list' | ||||
global_type_float = 'float' | ||||