mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
5 lines
89 B
Python
5 lines
89 B
Python
from .config import get_cmake_dir
|
|
|
|
if __name__ == '__main__':
|
|
print(get_cmake_dir())
|