Skip to content

Instantly share code, notes, and snippets.

@guillaumealgis
Last active August 29, 2015 13:56
Show Gist options
  • Save guillaumealgis/8931505 to your computer and use it in GitHub Desktop.
Save guillaumealgis/8931505 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
from __future__ import (unicode_literals, absolute_import,
division, print_function)
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