source: issm/branches/trunk-jpl-damage/src/py/classes/model.py@ 11427

Last change on this file since 11427 was 10148, checked in by Mathieu Morlighem, 13 years ago

improved python interface (slightly)

File size: 178 bytes
Line 
1from mesh import *
2
3class model:
4 """Python model class"""
5 mesh=mesh()
6 def __init__(self):
7 print 'new model created'
8 def __repr__(self):
9 return " mesh: mesh properties"
Note: See TracBrowser for help on using the repository browser.