7 lines
217 B
Python
7 lines
217 B
Python
from tugo.encoders.base import *
|
|
#from tugo.encoders.alphago import *
|
|
#from tugo.encoders.betago import *
|
|
from tugo.encoders.oneplane import *
|
|
from tugo.encoders.sevenplane import *
|
|
from tugo.encoders.simple import *
|