IIS_2023_1/malkova_anastasia_lab_4/experimental_clustering.py

5 lines
108 B
Python
Raw Normal View History

2023-11-16 22:21:04 +04:00
from drawing import draw_experimental_clusters
if __name__ == '__main__':
draw_experimental_clusters()