Package rats
[hide private]
[frames] | no frames]

Source Code for Package rats

 1  #!/usr/bin/env python 
 2  # 
 3  # Toonloop for Python 
 4  # 
 5  # Copyright 2008 Alexandre Quessy & Tristan Matthews 
 6  # <alexandre@quessy.net> & <le.businessman@gmail.com> 
 7  # http://www.toonloop.com 
 8  # 
 9  # Original idea by Alexandre Quessy 
10  # http://alexandre.quessy.net 
11  # 
12  # Toonloop is free software: you can redistribute it and/or modify 
13  # it under the terms of the GNU General Public License as published by 
14  # the Free Software Foundation, either version 3 of the License, or 
15  # (at your option) any later version. 
16  # 
17  # Toonloop is distributed in the hope that it will be useful, 
18  # but WITHOUT ANY WARRANTY; without even the implied warranty of 
19  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
20  # GNU General Public License for more details. 
21  # 
22  # You should have received a copy of the gnu general public license 
23  # along with Toonloop.  If not, see <http://www.gnu.org/licenses/>. 
24  # 
25  """ 
26  Rats is a renderer for arts and a technological solution 
27  It is also an anagram for the word "arts". 
28  """ 
29  __all__ = ["render"] 
30