forked from 5gi/DeepJ
Update 'src/main/java/tech/nevets/deepj/Translator.java'
This commit is contained in:
parent
61724ad1bc
commit
8379a510c8
@ -2,6 +2,13 @@ package tech.nevets.deepj;
|
||||
|
||||
import org.json.JSONArray;
|
||||
import org.json.JSONObject;
|
||||
import java.io.IOException;
|
||||
import java.net.URI;
|
||||
import java.net.URLEncoder;
|
||||
import java.net.http.HttpClient;
|
||||
import java.net.http.HttpRequest;
|
||||
import java.net.http.HttpResponse;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user