Skip to content

Commit

Permalink
v2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrepysh committed Jul 9, 2023
1 parent 326463d commit b572899
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 181 deletions.
7 changes: 4 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from pyselector import run
program_version = "2.7"
run(program_version)
from pyselector import PySelector
program_version = "2.8.5"
ok = PySelector(program_version)
ok.run()
Loading

0 comments on commit b572899

Please sign in to comment.