Skip to content

Commit 20f94e5

Browse files
committed
Mejora de velocidad y optimizacion. V1.0.0
1 parent 37bd1eb commit 20f94e5

File tree

4 files changed

+138
-289
lines changed

4 files changed

+138
-289
lines changed

jmq_olt_huawei/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env python3
2+
# -*- coding: utf-8 -*-
3+
"""
4+
Paquete jmq_olt_huawei
5+
6+
Exporta la clase principal APIMA56XXT y la excepción UserBusyError.
7+
"""
8+
9+
from .ma56xxt import APIMA56XXT, UserBusyError
10+
11+
__all__: list[str] = ["APIMA56XXT", "UserBusyError"]
12+
__version__: str = "0.2.0"

0 commit comments

Comments
 (0)