Skip to content
Snippets Groups Projects
Commit 320be255 authored by Bienchen's avatar Bienchen
Browse files

Script skeleton

parent f357cbab
No related branches found
No related tags found
No related merge requests found
[tool.black]
line-length=80
[tool.pylint.REPORTS]
reports='no'
"""Translate models from Tara/ Xabi from PDB + extra data into ModelCIF."""
def _main():
"""Run as script."""
print("Hello World")
if __name__ == "__main__":
_main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment