Skip to content

Commit 3890657

Browse files
eigenfootwiecki
authored andcommitted
MAINT updated __init__.py
1 parent da203e3 commit 3890657

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyfolio/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
from . import timeseries
55
from . import pos
66
from . import txn
7+
from . import interesting_periods
8+
from . import capacity
9+
from . import round_trips
10+
from . import risk
11+
from . import perf_attrib
712

813
from .tears import * # noqa
914
from .plotting import * # noqa
@@ -20,4 +25,6 @@
2025
__version__ = get_versions()['version']
2126
del get_versions
2227

23-
__all__ = ['utils', 'timeseries', 'pos', 'txn', 'bayesian']
28+
__all__ = ['utils', 'timeseries', 'pos', 'txn', 'bayesian',
29+
'interesting_periods', 'capacity', 'round_trips',
30+
'risk', 'perf_attrib']

0 commit comments

Comments
 (0)