from django.test import TestCase


class ConfiaoTest(TestCase):

    def test_bobo(self):
        self.assertTrue(True)