feat: correct import path

This commit is contained in:
Benexl
2025-07-25 03:04:39 +03:00
parent 82ca5f32b1
commit 1207426a96
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1,3 @@
# Registry package
from .cmd import registry
__all__ = ["registry"]