Skip to content

Instantly share code, notes, and snippets.

@beanyoung
Created July 3, 2014 03:47
Show Gist options
  • Save beanyoung/bf05ede2153cbf6b4bb8 to your computer and use it in GitHub Desktop.
Save beanyoung/bf05ede2153cbf6b4bb8 to your computer and use it in GitHub Desktop.
import sys
template = """
def test_%s():
pass
"""
def main():
pass
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment