Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
__init__.py
Go to the documentation of this file.
1 from wowf.lib.utils import Storage
2 
3 
4 consts = Storage()
5 
6 # Message types
7 consts.NOTICE = 'notice'
8 consts.SUCCESS = 'success'
9 consts.WARNING = 'warning'
10 consts.ERROR = 'error'
11