4 lines
No EOL
153 B
Python
4 lines
No EOL
153 B
Python
import pygame, logging
|
|
import bullet, player, textures # Import other files
|
|
|
|
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG) |