wow-addons/z-BigBrother/bb/__main__.py

5 lines
65 B
Python

if __name__ == "__main__":
from .cli import main
main()