Adding into sqlite with class constructors and query
Below is my class constructor for eventages
class EventAges:
def init(self, EventAgeName, EventAgeStart, EventAgeEnd):
self.EventAgeName = EventAgeName
self.EventAgeStart = EventAgeStart
self.EventAgeEnd = EventAgeEnd