mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
8 lines
179 B
Python
8 lines
179 B
Python
|
|
import logging
|
|
logger = logging.getLogger(__name__)
|
|
|
|
logger.warning("This module is deprecated and just a wrapper for netgen.occ, import netgen.occ instead")
|
|
|
|
from .occ import *
|