Clean importer

This commit is contained in:
WQY\qiong
2022-10-22 14:08:30 +08:00
parent 50d6341510
commit e3d3021286
5 changed files with 0 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
from .operation import *
from .s0_base import *
LINK_STATUS_OPEN = 'OPEN'

View File

@@ -1,5 +1,4 @@
from .operation import *
from .s0_base import *
def get_pattern_schema(name: str) -> dict[str, dict[str, Any]]:

View File

@@ -1,5 +1,4 @@
from .operation import *
from .s0_base import *
def get_curve_schema(name: str) -> dict[str, dict[str, Any]]:

View File

@@ -1,5 +1,4 @@
from .operation import *
from .s0_base import *
def get_emitter_schema(name: str) -> dict[str, dict[str, Any]]:

View File

@@ -1,5 +1,4 @@
from .operation import *
from .s0_base import *
def get_demand_schema(name: str) -> dict[str, dict[str, Any]]: