".github/workflows/build-rockchip-immortalWrt-23.05.4.yml" did not exist on "0c771962b3e3070665860485dab0a0f57ea8b921"
sevennet_calculator.py 190 Bytes
Newer Older
1
2
3
4
5
6
import warnings

from .calculator import *  # noqa: F403

warnings.warn('Please use sevenn.calculator instead of sevenn.sevennet_calculator',
              DeprecationWarning, stacklevel=2)