from $PROJECT_NAME.manage import start_polling


if __name__ == '__main__':
    start_polling()
