Skip to content

Commit

Permalink
Added placeholders for console and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
prashnts committed Sep 17, 2016
1 parent f081db5 commit 392967f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hues/console.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Unicorns
'''Helper module for all the goodness.'''
from .huestr import Hues

class Console(object):
def __init__(self):
pass
9 changes: 9 additions & 0 deletions hues/themes.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Unicorns
'''Defines the following themes for `console`.
- Powerline
- Prompt
- Unicorn
- Nyan
- Simple
- Heroku
'''

0 comments on commit 392967f

Please sign in to comment.