mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-02 22:04:31 +05:00
7 lines
110 B
Python
7 lines
110 B
Python
![]() |
from os import environ
|
||
|
from sys import path
|
||
|
path.append(environ['NETGENDIR']+'/../lib')
|
||
|
|
||
|
del environ
|
||
|
del path
|