#!/home/doctor/projects/django-era/era/apps/ide/env/bin/python3
import sys
from pymorphy2 import cli
sys.exit(cli.main())
