start python interop example
This commit is contained in:
parent
40511801b5
commit
d76d7c3caf
1
examples/python-interop/.gitignore
vendored
Normal file
1
examples/python-interop/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/venv
|
6
examples/python-interop/main.py
Executable file
6
examples/python-interop/main.py
Executable file
@ -0,0 +1,6 @@
|
||||
def main():
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
1
examples/python-interop/main.rs
Normal file
1
examples/python-interop/main.rs
Normal file
@ -0,0 +1 @@
|
||||
fn main() {}
|
1
examples/python-interop/requirements.txt
Normal file
1
examples/python-interop/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
cfdp-py == 0.2.0
|
Loading…
x
Reference in New Issue
Block a user