1
0
Fork 0
mirror of https://github.com/prise6/smart-iss-posts synced 2024-05-19 22:06:33 +02:00
smart-iss-posts/iss/clustering/AbstractClustering.py

12 lines
200 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
class AbstractClustering:
2019-04-16 21:54:11 +02:00
def __init__(self, config, pictures_id, pictures_np):
self.config = config
self.pictures_id = pictures_id
self.pictures_np = pictures_np