mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(python): add namespace init file
This commit is contained in:
@@ -16,7 +16,8 @@ do
|
||||
// information.") || print_and_exit $file
|
||||
done
|
||||
|
||||
files=$(find ./compiler/{include,lib,src} -iregex '^.*\.\(py\)$')
|
||||
# Ignore python package namespace init file
|
||||
files=$(find ./compiler/{include,lib,src} -iregex '^.*\.\(py\)$' ! -path ./compiler/lib/Bindings/Python/concrete/__init__.py)
|
||||
|
||||
for file in $files
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user