diff --git a/tabbed.py b/tabbed.py index f1a39b6..759e702 100644 --- a/tabbed.py +++ b/tabbed.py @@ -1,21 +1,12 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# _____ ______ ______ _________ -# __ /_______ ____ /_ ___ /_ _____ ______ / -# _ __/_ __ `/__ __ \__ __ \_ _ \_ __ / -# / /_ / /_/ / _ /_/ /_ /_/ // __// /_/ / -# \__/ \__,_/ /_.___/ /_.___/ \___/ \__,_/ - - """ Tabbed Copyright (c) 2010 Kenneth Reitz. MIT License. """ import tabbed.cli -import tabbed - if __name__ == '__main__':