#!/usr/bin/env python3


from cb_bsdl_tools.cb_bsdl_check import *

if __name__ == '__main__':  # pragma: no cover
    main()