3 lines
63 B
Python
3 lines
63 B
Python
|
|
if __name__=="__main__":
|
||
|
|
import doctest; doctest.testmod()
|