mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
4 lines
77 B
Python
4 lines
77 B
Python
unittest = pyimport "unittest"
|
|
|
|
Test! = Inherit unittest.TestCase!
|
|
_ = Test!
|