Skip to content

Commit

Permalink
Update game_manager/game_manager.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-for-dev[bot] authored Oct 24, 2024
1 parent 862269b commit aec74cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion game_manager/game_manager.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from PyQt6.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication, QHBoxLayout, QLabel
from PyQt6.QtWidgets import QMainWindow, QFrame, QApplication, QHBoxLayout, QLabel
#!/usr/bin/python3
# -*- coding: utf-8 -*-

import sys
from PyQt6.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication, QHBoxLayout, QLabel
from PyQt6.QtGui import QScreen
from PyQt6.QtCore import Qt, QBasicTimer, pyqtSignal
from PyQt6.QtGui import QPainter, QColor, QFont

Expand Down

0 comments on commit aec74cf

Please sign in to comment.