"""Connector constants""" NEO4J_DATABASE_NAME = 'graph.db' class OperationType: """Enum for operations.""" CREATE = 'create' UPDATE = 'update'