Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions datastock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@


from .version import __version__

from . import _generic_check
from ._generic_utils_plot import *
from ._class import DataStock
from ._class04_Plots import Plots as Collection
from ._saveload import load, get_files
from ._direct_calls import *
from . import tests
from . import tests
3 changes: 0 additions & 3 deletions datastock/_class.py

This file was deleted.

File renamed without changes.
Loading