[models] make it so tortoise runs inside textual's async loop thing
This commit is contained in:
parent
df845c41f3
commit
221062ead5
2 changed files with 7 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue