#!/usr/bin/env python3
from pylib import *
mpl.use('TkAgg')

run=sys.argv[1] if len(sys.argv)>=2 else '.'
schism_check(run)
