Skip to content

Instantly share code, notes, and snippets.

View tazhate's full-sized avatar
🏠
Working from home

Taz Hate tazhate

🏠
Working from home
View GitHub Profile
#!/usr/bin/python
# -*- coding: utf-8 -*-
import subprocess
__all__ = ["transform"]
__version__ = '0.3'
__author__ = 'Christoph Burgmer <cburgmer@ira.uka.de>'
__url__ = 'http://github.com/cburgmer/upsidedown'