Examples (and tests) for python namespace packages
This commit is contained in:
parent
23d2eb555f
commit
ba158e7919
12 changed files with 133 additions and 2 deletions
3
Examples/python/import_packages/namespace_pkg/robin.c
Normal file
3
Examples/python/import_packages/namespace_pkg/robin.c
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
const char *run(void) {
|
||||
return "AWAY!";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue