# -*- coding: UTF-8 no BOM -*- # $Id$ from .geometry import Geometry class Marc(Geometry): def __init__(self): self.solver='Marc'