Skip to content

Commit c873c92

Browse files
committed
fix: add the import of the true_round function into the package
1 parent b618d3a commit c873c92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pycustomrand/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Делает класс PseudoRandom доступным при импорте пакета
22
from .random_generator import PseudoRandom
3+
from .custom_round import true_round
34

45
# Версия пакета
56
__version__ = "0.0.1"

0 commit comments

Comments
 (0)