frappy-play: fix import order

This commit is contained in:
2025-04-14 17:20:12 +02:00
committed by l_samenv
parent 7254d7f95c
commit 7a59cf4956

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