mirror of
https://github.com/nexus-stc/hyperboria
synced 2024-12-21 09:07:46 +01:00
8 lines
140 B
Python
8 lines
140 B
Python
|
from .scimag import scimag_coder
|
||
|
from .scitech import scitech_coder
|
||
|
|
||
|
coders = {
|
||
|
'scimag': scimag_coder,
|
||
|
'scitech': scitech_coder,
|
||
|
}
|