cvw/tests/riscof/sail_cSim/__init__.py

3 lines
75 B
Python
Raw Normal View History

2022-06-17 01:05:06 +00:00
from pkgutil import extend_path
2024-12-18 00:32:49 +00:00
__path__ = extend_path(__path__, __name__)