7 lines
67 B
Python
7 lines
67 B
Python
from .template import AlphaModel
|
|
|
|
|
|
__all__ = [
|
|
"AlphaModel",
|
|
]
|