Event.py 123 B

1234
  1. class Event:
  2. def __init__(self, identifier, period):
  3. self.identifier = identifier
  4. self.period = period