Skip to content
Snippets Groups Projects
Verified Commit 4172eee9 authored by Xavier Robin's avatar Xavier Robin
Browse files

Simplify imports

Scoring classes can now be imported directly from ost.mol.alg.
parent 96a27c88
No related branches found
No related tags found
No related merge requests found
import os.path
from ._ost_mol_alg import *
from ost.mol.alg.superpose import *
from ost.mol.alg.scoring import *
from ost.mol.alg.ligand_scoring_base import *
from ost.mol.alg.ligand_scoring_lddtpli import *
from ost.mol.alg.ligand_scoring_scrmsd import *
import ost.mol.alg.trajectory_analysis
import ost.mol.alg.structure_analysis
import ost.mol.alg.helix_kinks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment