6 lines
101 B
Python
6 lines
101 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
from PyFoam.Site.InitGgiInterface import InitGgiInterface
|
||
|
|
||
|
InitGgiInterface()
|