python-benedict/tests/__init__.py

5 lines
64 B
Python
Raw Normal View History

import unittest
2022-02-13 10:35:43 +00:00
if __name__ == "__main__":
unittest.main()