Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 11, 2021 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/22ec3d0e830fae4224f3f44e924935cc to your computer and use it in GitHub Desktop.
Save parzibyte/22ec3d0e830fae4224f3f44e924935cc to your computer and use it in GitHub Desktop.
def establecerFuente(self, fuente):
if fuente not in [FuenteA, FuenteB, FuenteC]:
raise Exception("La fuente no es válida")
self.agregar_operacion(AccionFont, fuente)
return self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment