mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-08-15 12:04:50 +08:00
REFACTOR: indicio.utils.__init__.py to multiple utils modules
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from indicoio.utils import api_handler
|
||||
from indicoio.utils.api import api_handler
|
||||
import indicoio.config as config
|
||||
|
||||
def language(text, cloud=None, batch=False, api_key=None, **kwargs):
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from indicoio.utils import api_handler
|
||||
from indicoio.utils.api import api_handler
|
||||
|
||||
def political(text, cloud=None, batch=False, api_key=None, **kwargs):
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from indicoio.utils import api_handler
|
||||
from indicoio.utils.api import api_handler
|
||||
import indicoio.config as config
|
||||
|
||||
def text_tags(text, cloud=None, batch=False, api_key=None, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user