Refactoring: remove core pkg, all subpkgs now in root pkg

This commit is contained in:
2024-05-31 13:51:15 +09:00
parent 1d72b8d015
commit 45f9204c6c
10 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import click
from core.cli.lazy_group import LazyGroup
from cli.lazy_group import LazyGroup
from settings.general import INSTALLED_APPS