rename webserver_module.py to webserver.py

This commit is contained in:
Jakub Trllo 2024-07-18 15:51:38 +02:00
parent f80b82add9
commit bdd79ea708
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
from .structures import HostMsgAction
from .webserver_module import TrayWebserver
from .webserver import TrayWebserver
__all__ = (