forked from aegis/pyserveX
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
PyServe - HTTP веб-сервер с функционалом nginx
|
||||
"""
|
||||
|
||||
__version__ = "0.6.0"
|
||||
__author__ = "Илья Глазунов"
|
||||
|
||||
from .server import PyServeServer
|
||||
from .config import Config
|
||||
|
||||
__all__ = ["PyServeServer", "Config"]
|
||||
Reference in New Issue
Block a user