Update
This commit is contained in:
10
ui/project/__init__.py
Normal file
10
ui/project/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""Project package for NexusLauncher.
|
||||
|
||||
Exports the project management components.
|
||||
"""
|
||||
|
||||
from .project_panel import ProjectPanel
|
||||
|
||||
__all__ = ["ProjectPanel"]
|
||||
Reference in New Issue
Block a user