diff options
Diffstat (limited to 'test_gallery.py')
| -rw-r--r-- | test_gallery.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test_gallery.py b/test_gallery.py new file mode 100644 index 0000000..128fae8 --- /dev/null +++ b/test_gallery.py @@ -0,0 +1,4 @@ +from photoblaster.gallery import Gallery + +gallery = Gallery() +print gallery.select_random() |
