Skip to content

Commit feb9653

Browse files
authored
test: provide a dummy example to make mypy happy (#56)
1 parent e6d2b9a commit feb9653

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/dummy.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python3
2+
#
3+
# a dummy file to keep mypy happy
4+
# (delete this file after providing actual examples)
5+
#

0 commit comments

Comments
 (0)