# Copyright (c) 2017, newmatik.io / ESO Electronic Service Ottenbreit and contributors
# For license information, please see license.txt


from frappe.model.document import Document


class DeliveryStop(Document):
	pass
