Files
kostky/kostky/__main__.py
T
2026-06-27 18:18:37 +02:00

4 lines
69 B
Python

from kostky.kostky import main
if __name__ == "__main__":
main()