Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 7, 2024
1 parent 6c5cec2 commit 276e232
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"interfaces": [
"com.example.PyGalServicePureJava$PyGal"
]
},
{
"interfaces": [
"com.example.PyGalServicePureJava$XY"
]
},
{
"interfaces": [
"com.example.PyGalServicePureJava$BytesIO"
]
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"type": "com.example.PyGalServiceMixed$Entry"
},
{
"type": "com.example.PyGalServicePureJava$BytesIO"
},
{
"type": "com.example.PyGalServicePureJava$PyGal"
},
{
"type": "com.example.PyGalServicePureJava$XY"
}
]

0 comments on commit 276e232

Please sign in to comment.