first commit: running at working
This commit is contained in:
19
enteletaor_lib/data.py
Normal file
19
enteletaor_lib/data.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
"""
|
||||
This file contains main data structures of project
|
||||
"""
|
||||
|
||||
from .libs.core.structs import CommonInputExecutionData as _CED, CommonResultsExecutionData as _CERD
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
class GlobalExecutionParameters(_CED):
|
||||
"""Parameters while running"""
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
class GlobalExecutionResults(_CERD):
|
||||
"""Data structure for tools execution"""
|
||||
|
||||
Reference in New Issue
Block a user