2 lines
102 B
Python
2 lines
102 B
Python
|
from .config import create_task_url, app_key
|
||
|
from .get_answer import get_sync_result, get_async_result
|