update FANSeg

This commit is contained in:
Colombo 2020-03-08 10:34:48 +04:00
parent 6f4ea69d4d
commit 18d93376fc
4 changed files with 61 additions and 17 deletions

View file

@ -33,3 +33,7 @@ class SampleGeneratorBase(object):
def __next__(self):
#implement your own iterator
return None
#overridable
def is_initialized(self):
return True