mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-11 22:34:35 +05:00
11 lines
137 B
Python
11 lines
137 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import logging
|
|
myStudy = None
|
|
|
|
def initEtude():
|
|
"""
|
|
creation nouvelle etude salome
|
|
"""
|
|
import geomsmesh
|