WMICraft/field.py

5 lines
162 B
Python
Raw Normal View History

2022-03-09 16:59:58 +01:00
class Field:
def __init__(self, texture_path, converted_texture):
self.texture_path = texture_path
self.converted_texture = converted_texture