Selenium-Automation-Template/src/core/mixins/__init__.py

6 lines
70 B
Python
Raw Normal View History

2020-04-11 20:36:41 +00:00
"""
Mixins module
"""
2020-04-10 22:41:42 +00:00
from .ControlerMixin import ControlerMixin