summaryrefslogtreecommitdiff
path: root/helpers/python
blob: 23c14bde7f2ca352986bcde3fb330ef8c4c71afd (plain)
1
2
3
4
5
6
# -*- python -*-

import pkgutil

for mod in pkgutil.iter_modules():
    print(mod[1])