Source code for fabric_colors.main

[docs]def main(): """ Main command-line execution loop. """ print "hello!"

This Page