feat: initial commit
This commit is contained in:
4
service/routers/__init__.py
Normal file
4
service/routers/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .scrape import router as scrape_router
|
||||
from .health import router as health_router
|
||||
|
||||
__all__ = ["scrape_router", "health_router"]
|
||||
Reference in New Issue
Block a user