File size: 233 Bytes
408c946
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#
# SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
# SPDX-License-Identifier: Apache-2.0
#

from .web_loader import WebLoader
from .web_configuration import WebConfiguration

__all__ = [
    'WebLoader',
    'WebConfiguration'
]