Skip to content

Commit 095acfe

Browse files
authored
Create __init__.py
1 parent d866fed commit 095acfe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/user_interface/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# src/user_interface/__init__.py
2+
3+
"""
4+
User Interface Module for Stable Pi Core
5+
This module contains user-friendly components for interacting with the system,
6+
including wallet solutions and a real-time analytics dashboard.
7+
"""
8+
9+
from .wallet import Wallet
10+
from .dashboard import Dashboard

0 commit comments

Comments
 (0)