envs_2 / phi4 /lib /python3.10 /lib2to3 /tests /__init__.py
ZTWHHH's picture
Add files using upload-large-folder tool
1700249 verified
Raw
History Blame Contribute Delete
168 Bytes
# Author: Collin Winter
import os
from test.support import load_package_tests
def load_tests(*args):
return load_package_tests(os.path.dirname(__file__), *args)