frappy-play: fix import order

This commit is contained in:
zolliker 2025-04-14 17:20:12 +02:00
parent 94859fe2ef
commit 5768f096a5

View File

@ -23,12 +23,12 @@
import sys
from pathlib import Path
from frappy.lib import generalConfig
from frappy.logging import logger
# Add import path for inplace usage
sys.path.insert(0, str(Path(__file__).absolute().parents[1]))
from frappy.lib import generalConfig
from frappy.logging import logger
from frappy.client.interactive import Console
from frappy.playground import play, USAGE