5 lines
86 B
Python
5 lines
86 B
Python
from .home import Home
|
|
from .settings import Settings
|
|
|
|
|
|
__all__ = ["Home", "Settings"] |