7 lines
100 B
Python
7 lines
100 B
Python
|
from .geometry import Geometry
|
||
|
|
||
|
class Marc(Geometry):
|
||
|
|
||
|
def __init__(self):
|
||
|
self.solver='Marc'
|