pypvz/main.py
2021-10-25 16:05:32 +08:00

8 lines
118 B
Python
Executable File

#!/usr/bin/python
import pygame as pg
from source.main import main
if __name__=='__main__':
main()
pg.quit()