Reorganization of the steganalysis sub-module.

This commit is contained in:
Cédric Bonhomme 2016-08-25 08:13:05 +02:00
parent bc741a1c4e
commit 66c6f2b3a3
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-
from .steganalysisParity import *
from .steganalysisStatistics import *
from .parity import *
from .statistics import *