5 lines
80 B
Python
5 lines
80 B
Python
|
from drawing import tnse_cluster
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
tnse_cluster()
|