Scrython/scrython/sets/__init__.py

4 lines
75 B
Python

from .code import Code
from .sets import Sets
__all__ = [ 'Code', 'Sets' ]