# Copyright (c) 2020, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt
# import frappe
import unittest

from frappe.tests import IntegrationTestCase


class TestVideo(IntegrationTestCase):
	pass
