rearraning things

This commit is contained in:
2020-07-22 13:35:12 +02:00
parent 1874985f56
commit 14bed0cc6a
6 changed files with 35 additions and 36 deletions

View File

@@ -1,3 +1,2 @@
from .database import *
__all__ = ['database']
from .database import Cells, Datasets, Stimuli, Repros, Subjects, SubjectDatasetMap, CellDatasetMap
__all__ = ['database']