6 lines
79 B
Python
6 lines
79 B
Python
"""Moment.js component."""
|
|
|
|
from .moment import Moment
|
|
|
|
moment = Moment.create
|