1
0
mirror of https://github.com/nexus-stc/hyperboria synced 2025-01-06 00:35:55 +01:00
hyperboria/nexus/summa/schema/__init__.py

8 lines
140 B
Python
Raw Normal View History

from .scimag import scimag_coder
from .scitech import scitech_coder
coders = {
'scimag': scimag_coder,
'scitech': scitech_coder,
}