7 lines
240 B
Python
7 lines
240 B
Python
from .welcome import WelcomeView
|
|
from .projects import ProjectsView
|
|
from .select_project import SelectProject
|
|
from .profile import ProfileView
|
|
from .profile_photo import ProfilePhoto
|
|
from .logout import LogoutView
|
|
from .ping import PingView |