#!/usr/bin/env python

from romancal.associations.asn_from_list import Main

if __name__ == '__main__':
    Main()
