#!/usr/bin/env python

import rospy
import arni_countermeasure.countermeasure_node as ctm_node

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