kopia lustrzana https://github.com/sepandhaghighi/samila
fix : typo in init method fixed
rodzic
596dd1a60b
commit
74a9258b19
|
@ -8,7 +8,7 @@ from .params import *
|
||||||
|
|
||||||
class GenerativeImage:
|
class GenerativeImage:
|
||||||
|
|
||||||
def __int__(self, function1, function2):
|
def __init__(self, function1, function2):
|
||||||
self.function1 = function1
|
self.function1 = function1
|
||||||
self.function2 = function2
|
self.function2 = function2
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue