18 lines
247 B
Python
18 lines
247 B
Python
"""
|
|
writen by shenjackyuanjie
|
|
mail: 3695888@qq.com
|
|
"""
|
|
|
|
import libs
|
|
import pyglet
|
|
import threading
|
|
|
|
from pyglet.app import run
|
|
from pyglet.window import Window
|
|
from pyglet.resource import image
|
|
|
|
|
|
class Game():
|
|
def __init__(self):
|
|
pass
|