Modules - WanionCane/UniDict GitHub Wiki
What is a Module?
a module, is, basically, several integrations packed together.
Which Modules are curently avaiable?
for now, there is just one:
Can I create my own module and distribute it?
yes, you can, and UniDict will load it.
How to create a UniDict Module?
first, you must use the following annotation on your class: wanion.unidict.UniDict.Module
and, you must extend wanion.lib.module.AbstractModule and implement just one method init()
for a reference, check wanion.unidict.integration.IntegrationModule
If I create a module, Will UniDict help me to spread it?
we will, just contact us.