Skip to content

Commit 7803788

Browse files
committed
export cli and app fn
1 parent 7783d33 commit 7803788

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

alphafold3_pytorch/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@
6868
create_trainer_from_yaml,
6969
create_trainer_from_conductor_yaml
7070
)
71+
7172
from alphafold3_pytorch.utils.model_utils import (
7273
ExpressCoordinatesInFrame,
7374
RigidFrom3Points,
7475
RigidFromReference3Points,
7576
)
7677

78+
from alphafold3_pytorch.cli import cli
79+
from alphafold3_pytorch.app import app
80+
7781
__all__ = [
7882
Attention,
7983
Attend,

0 commit comments

Comments
 (0)