lhallee commited on
Commit
481bbd2
·
verified ·
1 Parent(s): 1f5996d

Upload __init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. __init__.py +11 -11
__init__.py CHANGED
@@ -1,11 +1,11 @@
1
- from fastplms.boltz.modeling_boltz2 import (
2
- Boltz2Config,
3
- Boltz2Model,
4
- Boltz2StructureOutput,
5
- )
6
-
7
- __all__ = [
8
- "Boltz2Config",
9
- "Boltz2Model",
10
- "Boltz2StructureOutput",
11
- ]
 
1
+ from fastplms.boltz.modeling_boltz2 import (
2
+ Boltz2Config,
3
+ Boltz2Model,
4
+ Boltz2StructureOutput,
5
+ )
6
+
7
+ __all__ = [
8
+ "Boltz2Config",
9
+ "Boltz2Model",
10
+ "Boltz2StructureOutput",
11
+ ]