ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
__init__.py
Go to the documentation of this file.
1 
2 #print "Load serverportfolio:__init__.py"
3 
4 # define a package
5 # can add initialization ?? people not fine with this
6 
7 #from enum import Enum
8 # Many ways to define enumerations in python, need enum34 module with python 2.7
9 # http://stackoverflow.com/questions/36932/how-can-i-represent-an-enum-in-python
10 # move from Global to init, maybe only Parsers/init.py needed
11 #class EAction(Enum):
12 # Info = 0,
13 # HistPrice = 1,
14 # DivSplit = 2,
15 # InstValue = 3,
16 # Fundamental = 4