rename to execlib, update package details

This commit is contained in:
2024-05-14 22:05:02 -07:00
parent e7b97e8b8c
commit 54327432fa
28 changed files with 60 additions and 81 deletions

View File

@@ -4,8 +4,8 @@ import threading
import logging
from pathlib import Path
from execlog import Server
from execlog.routers import PathRouter
from execlib import Server
from execlib.routers import PathRouter
logger = logging.getLogger()