#!/usr/bin/env python

from jwst.exp_to_source.main import Main

if __name__ == '__main__':
   Main()
