document __version__ module member and version check
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
"""
|
||||
LAMMPS module global members:
|
||||
|
||||
.. data:: __version__
|
||||
|
||||
Numerical representation of the LAMMPS version this
|
||||
module was taken from. Has the same format as the
|
||||
result of :py:func:`lammps.version`.
|
||||
"""
|
||||
|
||||
from .constants import *
|
||||
from .core import *
|
||||
from .data import *
|
||||
|
||||
Reference in New Issue
Block a user