about summary refs log tree commit diff stats
path: root/miasm2/core
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-06-19 17:56:55 +0200
committerAjax <commial@gmail.com>2015-06-19 17:59:34 +0200
commitb7a2c5b1767b020ff973d50c7241ac54d4c54c98 (patch)
tree263139b6f0c6c2cb3c728279f348527f570286a8 /miasm2/core
parent95f6c924cbe662dff92a2644f247889d3f2e1f8f (diff)
downloadmiasm-b7a2c5b1767b020ff973d50c7241ac54d4c54c98.tar.gz
miasm-b7a2c5b1767b020ff973d50c7241ac54d4c54c98.zip
Inits: Add docstring for main modules
Diffstat (limited to 'miasm2/core')
-rw-r--r--miasm2/core/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/core/__init__.py b/miasm2/core/__init__.py
index e69de29b..d154134b 100644
--- a/miasm2/core/__init__.py
+++ b/miasm2/core/__init__.py
@@ -0,0 +1 @@
+"Core components"