pygame-color-test/colors/__main__.py

5 lines
88 B
Python
Raw Permalink Normal View History

2023-02-19 14:34:13 -05:00
from colors.main import main as start
2023-02-19 14:19:43 -05:00
if __name__ == '__main__':
2023-02-19 14:34:13 -05:00
start()
2023-02-19 14:19:43 -05:00
exit()