add Rational

This commit is contained in:
2026-04-23 01:32:34 +03:30
parent 46fdb36a09
commit e3d18097cd
6 changed files with 115 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package movie.apis;
public class Genre {
//TODO
}