5 lines
70 B
Python
5 lines
70 B
Python
__all__ = ['base']
|
|
|
|
from .ToonBase import ToonBase
|
|
|
|
base = ToonBase()
|