feat: 改进对象系统

This commit is contained in:
2026-01-01 20:18:18 +08:00
parent d25e398701
commit bd313db5f2
39 changed files with 682 additions and 180 deletions

View File

@@ -1,8 +1,8 @@
from heurams.services.logger import get_logger
from .base import BaseAlgorithm
from .sm2 import SM2Algorithm
from .sm15m import SM15MAlgorithm
from .base import BaseAlgorithm
logger = get_logger(__name__)

View File

@@ -75,4 +75,3 @@ class BaseAlgorithm:
return 1
except:
return 0