from .sm2 import SM2Algorithm __all__ = [ 'SM2Algorithm', ] algorithms = { "SM-2": SM2Algorithm, "supermemo2": SM2Algorithm, }