We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b618d3a commit c873c92Copy full SHA for c873c92
1 file changed
pycustomrand/__init__.py
@@ -1,5 +1,6 @@
1
# Делает класс PseudoRandom доступным при импорте пакета
2
from .random_generator import PseudoRandom
3
+from .custom_round import true_round
4
5
# Версия пакета
6
__version__ = "0.0.1"
0 commit comments