summaryrefslogtreecommitdiffstats
path: root/payyans/payyans/__init__.py
blob: 385b12508abb94a9d128ed5127d301d27cbc0371 (plain)
1
2
3
4
5
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")]