#! /usr/bin/env python
import sys
from bwi_logging.logger_node import main
if __name__ == '__main__':
    sys.exit(main())
