netgen/python/NgOCC.py

8 lines
179 B
Python
Raw Normal View History

import logging
logger = logging.getLogger(__name__)
2019-07-26 19:58:55 +05:00
logger.warning("This module is deprecated and just a wrapper for netgen.occ, import netgen.occ instead")
from .occ import *