#!/usr/bin/env python3
"""Run from any working directory without installation."""
from spatial_lab.cli import main
raise SystemExit(main())
