mirror of https://github.com/ConsenSys/mythril
Merge pull request #374 from ConsenSys/hotfix-372-Python-3.5-handling
Python 3.5 tolerance and note what Python versions Mythril acceptspull/382/head
commit
332653d7c1
@ -0,0 +1,6 @@ |
||||
# We use RsT document formatting in docstring. For example :param to mark parameters. |
||||
# See PEP 287 |
||||
__docformat__ = 'restructuredtext' |
||||
|
||||
# Accept mythril.VERSION to get mythril's current version number |
||||
from .version import VERSION # NOQA |
Loading…
Reference in new issue