equal
deleted
inserted
replaced
9 # Unless required by applicable law or agreed to in writing, software |
9 # Unless required by applicable law or agreed to in writing, software |
10 # distributed under the License is distributed on an "AS IS" BASIS, |
10 # distributed under the License is distributed on an "AS IS" BASIS, |
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 # See the License for the specific language governing permissions and |
12 # See the License for the specific language governing permissions and |
13 # limitations under the License. |
13 # limitations under the License. |
14 |
14 |
15 """This is the GHOP Models module. |
15 """This is the GHOP Models module. |
16 """ |
16 """ |
17 |
|
18 __authors__ = [ |
|
19 '"Lennard de Rijk" <ljvderijk@gmail.com>', |
|
20 ] |
|