Skip to content

Commit

Permalink
Minor update of the tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
apunto13 committed Apr 13, 2019
1 parent b819a88 commit ca6c414
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""A simple Python Model Checking package
.. moduleauthor:: Alberto Casagrande <acasagrande@units.it>
"""

__author__ = "Alberto Casagrande"
__copyright__ = "Copyright 2015-2019"
__credits__ = ["Alberto Casagrande"]
__license__ = "GPL"
__release__ = "1.0"
__subrelease__ = "1"
__version__ = __release__+"."+__subrelease__
__maintainer__ = "Alberto Casagrande"
__email__ = "acasagrande@units.it"
__status__ = "Development"


name = "pyModelChecking"

from .kripke import *

0 comments on commit ca6c414

Please sign in to comment.