10 lines
296 B
Java
10 lines
296 B
Java
/**
|
|
* Module for conda
|
|
*/
|
|
module com.github.gtache.autosubtitle.conda {
|
|
requires transitive com.github.gtache.autosubtitle.core;
|
|
requires org.apache.logging.log4j;
|
|
|
|
exports com.github.gtache.autosubtitle.setup.conda;
|
|
exports com.github.gtache.autosubtitle.modules.setup.conda;
|
|
} |