Re-exports for flat hierarchy
1 unresolved thread
1 unresolved thread
Compare changes
Files
38+ 2
− 3
@@ -22,9 +22,8 @@ from datetime import datetime, timedelta
Largely followed the suggestion in #41 (closed).
Fixes #41 (closed).
That seems strange to me. Maybe we use the subpackage
tools
then for the data-tools and call the current toolsmisc
?Yeah, maybe. Could also have left the
as
away, but data is just so common and was already used in the code I guess. In other places, I called itfmdata
. But then,fm.data
would be similarly long.Why not use
import finam as fm
in the examples as single import? The other packages could follow that: