mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
6 lines
76 B
Python
6 lines
76 B
Python
import unittest
|
|
|
|
|
|
class Test_Custom_Exceptions(unittest.TestCase):
|
|
pass
|