#!/usr/bin/env python
#
# See top-level LICENSE file for Copyright information
#
# -*- coding: utf-8 -*-


"""
This script runs the DM ISM script
"""

from frb.scripts import dm_ism_hp_map

if __name__ == '__main__':
    dm_ism_hp_map.main()