1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-02-23 20:45:38 +05:00
netgen/python/config/__main__.py

5 lines
89 B
Python
Raw Normal View History

from .config import get_cmake_dir
if __name__ == '__main__':
print(get_cmake_dir())