10 lines
182 B
Python
10 lines
182 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
# License: MIT. See LICENSE
|
|
|
|
import unittest
|
|
|
|
|
|
class TestBot(unittest.TestCase):
|
|
pass
|