Skip to content
Snippets Groups Projects
util.py 104 B
Newer Older
  • Learn to ignore specific revisions
  • 
    def gap(content, points):
        return "[gap({points}P)]{gap}[/gap]".format(points=points, gap=content)