#!/usr/bin/env python3

import os
os.chdir(os.getenv('ADTTMP', '/tmp'))

import spectral_cube
res = spectral_cube.test()
exit(res)
