Initial update. /JL

This commit is contained in:
Jan Lerking
2025-04-14 07:52:58 +02:00
parent 2546bce184
commit 63b0d702ff
6 changed files with 60 additions and 0 deletions

8
pman.py Normal file
View File

@@ -0,0 +1,8 @@
import pygame
def main() -> None:
pygame.init()
if __name__ == "__main__":
main()