5 lines
71 B
Python
5 lines
71 B
Python
|
class Config:
|
||
|
title = "Cromulant"
|
||
|
width = 800
|
||
|
height = 600
|