#!/usr/bin/env python3
from witch_msa import witch_runner 

if __name__ == "__main__":
    witch_runner()
