6 lines
64 B
Python
6 lines
64 B
Python
#!/usr/bin/env python3
|
|
import minmatte
|
|
|
|
print(minmatte.kub(5))
|
|
|