migration and testing

This commit is contained in:
2025-05-27 05:19:03 -05:00
parent d920660366
commit bba83af409
7 changed files with 64 additions and 45 deletions

View File

@ -2,5 +2,5 @@ import click
from flask import Flask
def register_cli(app: Flask):
# No CLI commands yet for admin plugin
# CLI entry-point for admin
pass