9 lines
166 B
Python
9 lines
166 B
Python
#!/usr/bin/env python
|
|
# coding: utf-8
|
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
|
|
|
from dev._task import run_task
|
|
|
|
|
|
run_task()
|