Files
cibuildwheel/test/test_projects/__init__.py
T

7 lines
139 B
Python
Raw Normal View History

from __future__ import annotations
2021-06-12 14:02:06 -04:00
from .base import TestProject
from .c import new_c_project
__all__ = ("TestProject", "new_c_project")