Skip to content

Commit

Permalink
Add __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
figurebelow committed Dec 19, 2017
1 parent 756cce2 commit 2ffa23b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions technify/__init__.py
@@ -0,0 +1,2 @@
from technify.stock import Stock
from technify.portfolio import Portfolio
Binary file modified technify/__pycache__/portfolio.cpython-36.pyc
Binary file not shown.
5 changes: 0 additions & 5 deletions technify/portfolio.py
@@ -1,10 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Oct 10 08:25:44 2017
@author: ruben
"""

# TODO: return, alpha, beta, sharpe, sortino, drawdown, volatility

Expand Down

0 comments on commit 2ffa23b

Please sign in to comment.