#!/usr/bin/env python
"""
Utility functions for package
"""

from jwst_gtvt.utils import delete_cache

if __name__ == '__main__':
    delete_cache()