#!/usr/bin/env python

import komar

if __name__ == '__main__':
    komar.run()
