feat(move banner):

This commit is contained in:
Alexander Myasoedov
2025-03-02 19:04:17 +02:00
parent 6a8cc9bb14
commit ad6e0dbbc8
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ import fire
import uvicorn
from agentic_security.app import app
from agentic_security.banner import init_banner
from agentic_security.lib import AgenticSecurity
from agentic_security.misc.banner import init_banner
class CLI:
View File