mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-05-02 17:45:51 +00:00
8 lines
105 B
Python
8 lines
105 B
Python
import unittest
|
|
|
|
from . import load_tests # noqa: F401
|
|
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main()
|