#!/usr/bin/env python
from nagator import nagator

if __name__=="__main__":
    nagator.main()
