#!/usr/bin/env python

from jupyter_contrib_core.application import main

if __name__ == '__main__':
    main()
