diff options
| author | Ajax <commial@gmail.com> | 2015-06-19 17:56:55 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2015-06-19 17:59:34 +0200 |
| commit | b7a2c5b1767b020ff973d50c7241ac54d4c54c98 (patch) | |
| tree | 263139b6f0c6c2cb3c728279f348527f570286a8 /miasm2/core | |
| parent | 95f6c924cbe662dff92a2644f247889d3f2e1f8f (diff) | |
| download | miasm-b7a2c5b1767b020ff973d50c7241ac54d4c54c98.tar.gz miasm-b7a2c5b1767b020ff973d50c7241ac54d4c54c98.zip | |
Inits: Add docstring for main modules
Diffstat (limited to 'miasm2/core')
| -rw-r--r-- | miasm2/core/__init__.py | 1 |
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" |