diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-14 03:31:07 +0800 |
---|---|---|
committer | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-12-15 05:53:21 +0800 |
commit | 087469f1f303285c3c234b367f60dbe8a0e9258a (patch) | |
tree | 4ac0c7035878934a64484a9d1a96cff9bc25b468 /python-packages/json_schemas/stubs | |
parent | b6c8126589a94c2986c591ad7741cd3787a96e58 (diff) | |
download | dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.tar dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.tar.gz dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.tar.bz2 dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.tar.lz dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.tar.xz dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.tar.zst dexon-sol-tools-087469f1f303285c3c234b367f60dbe8a0e9258a.zip |
Support ALL the schemas
Diffstat (limited to 'python-packages/json_schemas/stubs')
-rw-r--r-- | python-packages/json_schemas/stubs/stringcase/__init__.pyi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python-packages/json_schemas/stubs/stringcase/__init__.pyi b/python-packages/json_schemas/stubs/stringcase/__init__.pyi new file mode 100644 index 000000000..56d784cf5 --- /dev/null +++ b/python-packages/json_schemas/stubs/stringcase/__init__.pyi @@ -0,0 +1,2 @@ +def snakecase(_: str): + ... |