L-Nafaryus
4c18dc1b33
New: openfoam as package Mod: logging Fix: checking environment New: virtual environment for python
6 lines
135 B
Python
6 lines
135 B
Python
from .application import application
|
|
|
|
def decomposePar(case: str = None):
|
|
application("decomposePar", case = case, stderr = True)
|
|
|