diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-03-23 22:17:24 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-03-23 22:17:24 +0300 |
| commit | 0444ff325490f24e9a8d35f83ba37a0bd95ab6c5 (patch) | |
| tree | 5eb8bef05078002edfc14d26386d5931efa805a0 /libs/__init__.py | |
| parent | 0884a8230ecad2cedd31c66ea2b1f4c460fba3cb (diff) | |
| download | vpn_manager_bot-0444ff325490f24e9a8d35f83ba37a0bd95ab6c5.tar.gz vpn_manager_bot-0444ff325490f24e9a8d35f83ba37a0bd95ab6c5.zip | |
Add pay_invoice button
Diffstat (limited to 'libs/__init__.py')
| -rw-r--r-- | libs/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/__init__.py b/libs/__init__.py index d8ed122..65f8ab7 100644 --- a/libs/__init__.py +++ b/libs/__init__.py | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | from . import fsm, msg, storage | 1 | from . import fsm, msg, storage, user |
| 2 | 2 | ||
| 3 | __all__ = [ | 3 | __all__ = [ |
| 4 | "storage", | 4 | "storage", |
| 5 | "fsm", | 5 | "fsm", |
| 6 | "msg", | 6 | "msg", |
| 7 | "user", | ||
| 7 | ] | 8 | ] |
