summaryrefslogtreecommitdiffstats
path: root/sploit/__init__.py
blob: 1eb570c3fd95a1c0112127ae767c74a983f9aabb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
from sploit import (
        arch,
        builder,
        comm,
        log,
        rev,
        symtbl,
        until,
        util,
)

__version__ = util.git_version()