mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
6 lines
76 B
Python
6 lines
76 B
Python
import unittest
|
|
|
|
|
|
class Test_Custom_Exceptions(unittest.TestCase):
|
|
pass
|