import format

This commit is contained in:
pycook
2023-09-02 12:09:41 +08:00
parent 774f42ac34
commit 459c70ba2d
30 changed files with 176 additions and 235 deletions

View File

@@ -6,7 +6,9 @@ from flask import Blueprint
from flask_restful import Api
from api.resource import register_resources
from .account import LoginView, LogoutView, AuthWithKeyView
from .account import AuthWithKeyView
from .account import LoginView
from .account import LogoutView
HERE = os.path.abspath(os.path.dirname(__file__))