#!/usr/bin/env python3
#-*- coding: utf-8 -*-

from tornext.management import Manager


if __name__ == '__main__':
    Manager().execute()
