mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-10 02:23:28 +08:00
6 lines
62 B
Python
6 lines
62 B
Python
from component import Component
|
|
|
|
__all__ = [
|
|
Component,
|
|
]
|