Remove useless import

This commit is contained in:
Tipragot 2023-11-02 18:19:39 +01:00
parent 66c912bce0
commit 363ea0646d

View file

@ -3,7 +3,6 @@ Un plugin permettant d'afficher du texte à l'écran.
"""
from turtle import position
import pygame
from engine import GlobalPlugin