File: __init__.py

package info (click to toggle)
python-mrcz 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: python: 2,484; makefile: 5; sh: 1
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
import warnings
warnings.filterwarnings("ignore", category=SyntaxWarning, message="invalid escape sequence")

from mrcz.ioMRC import (readMRC, writeMRC, asyncReadMRC, asyncWriteMRC,
    _setAsyncWorkers, _asyncExecutor, setDefaultThreads)
from mrcz.ioDM import readDM4, asyncReadDM4
from mrcz.__version__ import __version__
from mrcz.test_mrcz import test