#!python
""" Run bw-menu from its module """

from bw_menu import __main__  # type:ignore

__main__.main()
