forked from aegis/pyserveX
feat: Enhance logging configuration with support for multiple log files and formats; improve CLI help output
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
"""
|
||||
PyServe - HTTP веб-сервер с функционалом nginx
|
||||
PyServe - HTTP web server written on Python
|
||||
"""
|
||||
|
||||
__version__ = "0.6.0"
|
||||
__author__ = "Илья Глазунов"
|
||||
__author__ = "Ilya Glazunov"
|
||||
|
||||
from .server import PyServeServer
|
||||
from .config import Config
|
||||
|
||||
Reference in New Issue
Block a user