from enum import Enum class Plugin: class Status(Enum): SUCCESS = "Succ" i = 12345 def f(self): return 'hello world'