Skip to content

Instantly share code, notes, and snippets.

@mateor
Created April 21, 2016 05:14
Show Gist options
  • Save mateor/9f9e075819d5572b7b2770ac4c1209bb to your computer and use it in GitHub Desktop.
Save mateor/9f9e075819d5572b7b2770ac4c1209bb to your computer and use it in GitHub Desktop.
A python template - can be used with the Sublime FileHeader plugin.
# coding=utf-8
# The MIT License (MIT)
# Copyright (c) {{ create_time }} {{ author }}
from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
unicode_literals, with_statement)
@mateor
Copy link
Author

mateor commented Apr 21, 2016

The settings file (nothing special) I use with this is: https://gist.github.com/mateor/c033d3d89b614513e4082f11cd2a9109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment