/** * 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; }