Source code

Revision control

Copy as Markdown

Other Tools

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
@template
def Library(name):
"""Template for libraries"""
LIBRARY_NAME = name
Library("foo")