init(main): register main and Genre
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package movie.apis;
|
||||||
|
|
||||||
|
public class Genre {
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package movie.apis;
|
||||||
|
|
||||||
|
public class Main {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
// TODO: Receive your data from here
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user