start python interop example

This commit is contained in:
Robin Müller 2024-08-27 10:41:57 +02:00
parent 40511801b5
commit d76d7c3caf
4 changed files with 9 additions and 0 deletions

1
examples/python-interop/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/venv

View File

@ -0,0 +1,6 @@
def main():
pass
if __name__ == "__main__":
main()

View File

@ -0,0 +1 @@
fn main() {}

View File

@ -0,0 +1 @@
cfdp-py == 0.2.0