4 lines
69 B
Python
4 lines
69 B
Python
from kostky.kostky import main
|
|
|
|
if __name__ == "__main__":
|
|
main() |