forked from pool/python-onnx
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
|
# This line is mandatory to access the configuration functions
|
||
|
from Config import *
|
||
|
# there are source files which are parsed with pybind11, so they have to be included
|
||
|
addFilter("python3-onnx.* devel-file-in-non-devel-package")
|