9 lines
106 B
Python
9 lines
106 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from salomepl import (
|
|
geometry,
|
|
mesh,
|
|
utils
|
|
)
|