forked from LengKundee/MQL5-Google-Onedrive
6 lines
135 B
Python
6 lines
135 B
Python
"""
|
|
Common utilities for MQL5 automation scripts.
|
|
Provides shared functionality to reduce code duplication.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|