caarleexx commited on
Commit
3c88f4c
·
verified ·
1 Parent(s): 212dee7

Upload __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +4 -0
__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ """Routers package"""
2
+ from . import health, processing, debug, llm, database, files, processors
3
+
4
+ __all__ = ["health", "processing", "debug", "llm", "database", "files", "processors"]