mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 08:06:04 +08:00
fce97176d6
* Updated cython build scripts * Updated setup.py to to install catalyst package * Updated momentum example to use catalyst package * catalyst executable now supports loading pipelines from multiple bundles
7 lines
113 B
Cython
7 lines
113 B
Cython
"""
|
|
AdjustedArrayWindow type used for LabelArrays.
|
|
"""
|
|
ctypedef object databuffer
|
|
|
|
include "_windowtemplate.pxi"
|