Purpose of python antigravity module
import, python, python-antigravity
Solution
No, it's just an easter egg. This brief blog post has a bit more detail.
Problem
I was just digging up some cool modules in python, and this `antigravity` module seems cool, and full of potentials, but I am not sure if it is what it sounds like. Is there any use for it other than displaying the comic page on a browser? If there is, please do tell what it can be used for. Is there an example? Note that below in the link, that when the guy asks "But how are you flying?", the python dude answers, "I just typed import antigravity." I was wondering if there actually is a way to make things fly by just importing antigravity, maybe in Pygame or other cross-platforms modules. Here is the link... ``` import antigravity def main(): antigravity.fly() if __name__=='__main__': main() ```