10 lines
140 B
Python
10 lines
140 B
Python
from .sm2 import SM2Algorithm
|
|
|
|
__all__ = [
|
|
'SM2Algorithm',
|
|
]
|
|
|
|
algorithms = {
|
|
"SM-2": SM2Algorithm,
|
|
"supermemo2": SM2Algorithm,
|
|
} |