ginka-generator/ginka/test_model.py
2025-03-15 22:26:31 +08:00

4 lines
75 B
Python

from .test.model import test_all
if __name__ == "__main__":
test_all()