#!/usr/bin/env python3
import sys
sys.path.insert(0, '/usr/share/whatbeeped')
from whatbeeped.main import main
if __name__ == '__main__':
    main()
