netgen/python/NgOCC.py

8 lines
179 B
Python
Raw Normal View History

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