WMICraft/field.py

5 lines
162 B
Python
Raw Normal View History

2022-03-04 20:57:34 +01:00
class Field:
def __init__(self, texture_path, converted_texture):
self.texture_path = texture_path
self.converted_texture = converted_texture