#!/usr/bin/env python3
""" Run bw-menu from its module """

from bw_menu import __main__  # type:ignore

__main__.main()
