summaryrefslogtreecommitdiffstats
path: root/payyans/payyans/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'payyans/payyans/__init__.py')
-rwxr-xr-xpayyans/payyans/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/payyans/payyans/__init__.py b/payyans/payyans/__init__.py
new file mode 100755
index 0000000..385b125
--- /dev/null
+++ b/payyans/payyans/__init__.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+# Copyright 2008 Santhosh Thottingal <santhosh.thottingal@gmail.com>, Nishan Naseer <nishan.naseer@gmail.com>
+# http://www.smc.org.in
+"""Payyans is a python program to convert the data written for ascii fonts in ascii format to the Unicode format"""
+
+__AUTHORS__ = [ ("Santhosh Thottingal", "santhosh.thottingal@gmail.com", "Nishan Naseer", "nishan.naseer@gmail.com")]