File size: 173 Bytes
8c212a5
 
 
 
 
 
1
2
3
4
5
6
7
# python3.7
"""Collects all runners."""
from .stylegan_runner import StyleGANRunner
from .encoder_runner import EncoderRunner

__all__ = ['StyleGANRunner', 'EncoderRunner']