Python Concrete Strategy Class

Descripción

Concrete strategy implementation


File Template: ✅


Prefix

strategy:concrete


Scopes

python


Snippet de código

class ${1:ConcreteStrategy}(${2:Strategy}):
	def execute(self):
		$0