mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2025-03-14 07:23:15 +01:00
6 lines
113 B
Python
6 lines
113 B
Python
from .transition import ( # NOQA F401
|
|
MDFadeSlideTransition,
|
|
MDSlideTransition,
|
|
MDSwapTransition,
|
|
)
|