Switch to side-by-side view

--- a
+++ b/singlecellmultiomics/utils/__init__.py
@@ -0,0 +1,11 @@
+from .sequtils import *
+from .poolutils import *
+from .html import *
+from .binning import *
+from .iteration import *
+from .blockzip import *
+from .pandas import *
+from .prefetch import Prefetcher
+from .export import *
+from .stats import *
+from .lda import *