summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/mozrunner/mozrunner/base/__init__.py
blob: 603d08f766f5802f2cdf952db0184ee6cd6623ee (plain)
1
2
3
4
5
from .runner import BaseRunner
from .device import DeviceRunner, FennecRunner
from .browser import GeckoRuntimeRunner

__all__ = ['BaseRunner', 'DeviceRunner', 'FennecRunner', 'GeckoRuntimeRunner']