File: __main__.py

package info (click to toggle)
netgen 6.2.2601%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 13,076 kB
  • sloc: cpp: 166,627; tcl: 6,310; python: 2,868; sh: 522; makefile: 90
file content (4 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (4)
1
2
3
4
from .config import get_cmake_dir

if __name__ == '__main__':
    print(get_cmake_dir())