8 lines
127 B
Python
8 lines
127 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
__author__ = "Adrien Malingrey"
|
|
__title__ = "Tetris 2000"
|
|
__version__ = "0.3"
|