Spaces:
Running
Running
# | |
# 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' | |
] |