Move import out of hack import location
This commit is contained in:
parent
e30aae2794
commit
5906831d03
@ -1,10 +1,11 @@
|
||||
from trio import open_nursery, sleep_forever
|
||||
from trio_gtk import run
|
||||
|
||||
from dropship.dropship import DropShip
|
||||
|
||||
|
||||
def main():
|
||||
"""Trio main entrypoint."""
|
||||
from dropship.dropship import DropShip
|
||||
|
||||
async def _main():
|
||||
async with open_nursery() as nursery:
|
||||
|
Loading…
Reference in New Issue
Block a user