mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
7 lines
155 B
Python
7 lines
155 B
Python
# Module level initialization for the `lldbsuite.test` module.
|
|
|
|
from __future__ import absolute_import
|
|
|
|
from . import dotest
|
|
|
|
run_suite = dotest.run_suite
|