File: vegetables.py

package info (click to toggle)
python-persisting-theory 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 196 kB
  • sloc: python: 423; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
from ..test_registries import vegetable_registry


@vegetable_registry.register
class Ketchup:
    warning = "ketchup is not a vegetable"