You've already forked HeurAMS-Legacy
11 lines
141 B
Python
11 lines
141 B
Python
from .sm2 import SM2Algorithm
|
|
|
|
__all__ = [
|
|
"SM2Algorithm",
|
|
]
|
|
|
|
algorithms = {
|
|
"SM-2": SM2Algorithm,
|
|
"supermemo2": SM2Algorithm,
|
|
}
|