avoid circular imports

This commit is contained in:
bronsen 2025-12-10 02:18:33 +01:00
parent 58764b1e92
commit 5a190fe590
2 changed files with 1 additions and 6 deletions

View file

@ -1,8 +1,3 @@
"""
This file exists so the directory becomes a package.
"""
from teilchensammler_cli.main import main
if __name__ == "__main__":
main()