Skip to content

Commit

Permalink
added coot scripting to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
glycojones committed Nov 25, 2024
1 parent 0757869 commit 05f3e8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/fletcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .fletcher import find_structural_motifs
from .coot_scripting import create_script_file

__all__ = [ find_structural_motifs ]

1 change: 0 additions & 1 deletion src/fletcher/fletcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import argparse
import json
from pathlib import Path
from coot_scripting import create_script_file

def find_structural_motifs ( filename = "",
residue_lists = [ ],
Expand Down

0 comments on commit 05f3e8a

Please sign in to comment.