mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
Revert "Revert "Update __Init__.py so it is in line with pip standards""
This reverts commit d59499781c.
This commit is contained in:
27
__init__.py
Normal file
27
__init__.py
Normal file
@@ -0,0 +1,27 @@
|
||||
"""Automate LANforge devices with lanforge-scripts"""
|
||||
|
||||
from .py_scripts import *
|
||||
from .py_dashboard import *
|
||||
from .py_json import *
|
||||
from .py_json import LANforge
|
||||
from .py_json.LANforge import *
|
||||
from . import ap_ctl
|
||||
from . import emailHelper
|
||||
from . import lf_mail
|
||||
from . import lf_tos_plus_test
|
||||
from . import lf_tx_power
|
||||
from . import tos_plus_auto
|
||||
#from . import auto_install_gui
|
||||
from . import cpu_stats
|
||||
from . import lf_sniff
|
||||
from . import lf_tos_test
|
||||
from . import openwrt_ctl
|
||||
#from . import stationStressTest
|
||||
from . import wifi_ctl_9800_3504
|
||||
|
||||
__all__ = ['LFRequest', 'LFUtils', 'LANforge','LFCliBase']
|
||||
|
||||
__title__ = 'lanforge_scripts'
|
||||
__version__ = '0.0.1'
|
||||
__author__ = 'Candela Technologies <www.candelatechnologies.com>'
|
||||
__license__ = ''
|
||||
Reference in New Issue
Block a user