entry_points.txt 106 B

123456
  1. [celery.commands]
  2. flower = flower.command:FlowerCommand
  3. [console_scripts]
  4. flower = flower.__main__:main