Updates. /JL

This commit is contained in:
Jan Lerking
2025-03-19 15:20:33 +01:00
parent f66e9f910b
commit f028fe59ef
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from tilemap.playground import PlayGround
if __name__ == "__main__":
pg = PlayGround(geometry = (1, 3))
pass

View File

@@ -0,0 +1 @@
from . import playground