Isbns, and minor fixes.
[redakcja.git] / src / isbn / product_forms.py
diff --git a/src/isbn/product_forms.py b/src/isbn/product_forms.py
new file mode 100644 (file)
index 0000000..206ca1d
--- /dev/null
@@ -0,0 +1,10 @@
+FORMS = [
+    ('html', ('EC', 'E105')),
+    ('txt', ('EB', 'E112')),
+    ('pdf', ('EB', 'E107')),
+    ('epub', ('ED', 'E101')),
+    ('mobi', ('ED', 'E127')),
+    ('mp3', ('AN', 'A103')),
+    ('paperback', ('BC', '')),
+]
+