clan_cli: rename references

This commit is contained in:
Johannes Kirschbauer
2025-07-13 15:52:51 +02:00
parent f3dab3f9bb
commit 3e82e63443
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ sys.path.insert(
0, os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
)
from clan_cli import main # NOQA
from clan_cli.cli import main # NOQA
if __name__ == "__main__":
main()