DAMASK_EICMD/lib/damask/result/marc.py

7 lines
94 B
Python

from .result import Result
class Marc(Result):
def __init__(self):
self.solver='Marc'