From 3d76eccf4e558f8d06583e30932afcaff91749cd Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 15 Jan 2017 15:16:39 +0100 Subject: rework and redesign API demo --- examples/dashboard/ads.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/dashboard/ads.py (limited to 'examples/dashboard/ads.py') diff --git a/examples/dashboard/ads.py b/examples/dashboard/ads.py new file mode 100644 index 0000000..081a382 --- /dev/null +++ b/examples/dashboard/ads.py @@ -0,0 +1,6 @@ +ads = [ + '', + '', + '', + '' +] -- cgit v1.3.1