X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/99f3374f2348a1cf9681dfcb176652de0d70ed45..e9571fa510c7719a5b3e59a795fe8b7625112f3d:/sercom/controllers.py?ds=inline diff --git a/sercom/controllers.py b/sercom/controllers.py index a69af2e..aa43c63 100644 --- a/sercom/controllers.py +++ b/sercom/controllers.py @@ -85,6 +85,8 @@ class Root(controllers.RootController): caso_de_prueba = CasoDePruebaController() + curso = CursoController() + #{{{ Agrega summarize a namespace tg de KID def summarize(text, size, concat=True, continuation='...'): """Summarize a string if it's length is greater than a specified size. This