This adds Election and LegislativePeriod subclasses to Event. The Event class will now return one of these if the popolo document passed in is an election or legislative period, otherwise it will return a plain Event class.
This also adds elections and terms methods to the Events class and uses them in the Popolo class methods of the same name.
This adds Election and LegislativePeriod subclasses to Event. The Event class will now return one of these if the popolo document passed in is an election or legislative period, otherwise it will return a plain Event class.
This also adds
elections
andterms
methods to the Events class and uses them in thePopolo
class methods of the same name.Fixes #67