9 lines
284 B
Java
9 lines
284 B
Java
/**
|
|
* API module for auto-subtitle
|
|
*/
|
|
module com.github.gtache.autosubtitle.api {
|
|
exports com.github.gtache.autosubtitle;
|
|
exports com.github.gtache.autosubtitle.process;
|
|
exports com.github.gtache.autosubtitle.setup;
|
|
exports com.github.gtache.autosubtitle.subtitle;
|
|
} |