Skip to content

Example

"""Example script."""

from datatools import self_check

if not self_check():
    raise Exception()