Skip to content

Commit

Permalink
Add module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Johansson committed Dec 9, 2014
1 parent d531d14 commit 0767026
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygromacs/gmxfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

import os
from contextlib import redirect_stdout

from pygromacs.utils import verify_path

"""Interfaces for reading and modifying Gromacs standard files."""

class Topol(object):

def __init__(self, **kwargs):
Expand Down

0 comments on commit 0767026

Please sign in to comment.