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

7 lines
82 B
Python
Raw Normal View History

2020-04-11 20:36:41 +00:00
"""
Utils module
"""
2020-04-10 22:41:42 +00:00
from .Logger import Logger
from .Browser import Browser