MainShortcuts2 2.0.2__tar.gz → 2.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: MainShortcuts2
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Сокращение и улучшение функций
5
5
  Home-page: https://github.com/MainPlay-TG/MainShortcuts2.py
6
6
  Author: MainPlay TG
@@ -1,5 +1,5 @@
1
1
  [tool.poetry]
2
- version = "2.0.2"
2
+ version = "2.0.3"
3
3
  name = "MainShortcuts2"
4
4
  description = "Сокращение и улучшение функций"
5
5
  authors = [ "MainPlay TG <xbox.roman6666666666@gmail.com>",]
@@ -1,9 +1,8 @@
1
1
  """Упрощение и сокращение вашего кода благодаря этой библиотеке
2
2
  Разработчик: MainPlay TG
3
3
  https://t.me/MainPlayCh"""
4
- __all__ = ["ms", "MS2"]
4
+ __all__ = ["ms"]
5
5
  __scripts__ = ["ms2-import_example"]
6
6
  from ._module_info import version as __version__
7
7
  # 2.0.0
8
- from .core import MS2
9
- ms = MS2()
8
+ from .core import ms
@@ -1,2 +1,2 @@
1
1
  name = "MainShortcuts2"
2
- version = "2.0.2"
2
+ version = "2.0.3"
@@ -130,3 +130,6 @@ class MS2:
130
130
  from . import win
131
131
  self._win = win
132
132
  return self._win
133
+
134
+
135
+ ms = MS2()
File without changes