Skip to content

Commit

Permalink
add protobuf dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hy395 committed Dec 11, 2023
1 parent 728277e commit 1d72d7d
Show file tree
Hide file tree
Showing 33 changed files with 11,520 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/lib/scnym/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__author__ = "Jacob C. Kimmel, David R. Kelley"
__email__ = "[email protected], [email protected]"
__version__ = "0.3.4"

# populate the namespace so top level imports work
# e.g.
# >> from scnym.model import CellTypeCLF
from . import api, main, dataprep, interpret, model, predict, trainer, utils
3 changes: 3 additions & 0 deletions build/lib/scnym/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from scnym.main import main

main()
Loading

0 comments on commit 1d72d7d

Please sign in to comment.