All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Kathra.Python.interface.service.mustache Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
{{#imports}}{{import}}
{{/imports}}
from abc import ABCMeta, abstractmethod

class {{classname}}:

  __metaclass__ = ABCMeta

  {{#operations}}
  {{#operation}}
  @abstractmethod
  def {{operationId}}(self,{{#allParams}}{{paramName}}{{^required}}=None{{/required}}{{#hasMore}}, {{/hasMore}}{{/allParams}}):
    pass

  {{/operation}}
  {{/operations}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy