4 lines
46 B
Python
4 lines
46 B
Python
from .views import index
|
|
|
|
__all__ = ["index"]
|
from .views import index
|
|
|
|
__all__ = ["index"]
|