[models] make it so tortoise runs inside textual's async loop thing

This commit is contained in:
bronsen 2025-12-08 17:17:04 +01:00
parent df845c41f3
commit 221062ead5
2 changed files with 7 additions and 1 deletions

View file

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