Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
OAuth 第三方登录模块
|
||||
"""
|
||||
from core.oauth.api import router
|
||||
|
||||
__all__ = ['router']
|
||||
Reference in New Issue
Block a user