module timelinelib.features.feature

Defines properties common to all types of Timeline features.

All types of Timeline features must inherit from this bas class

class timelinelib.features.feature.Feature[source]

Bases: object

__init__(display_name, description, config_name='')[source]

Initialize self. See help(type(self)) for accurate signature.

property display_name
property description
property config_name