Skip to content
Snippets Groups Projects
Commit ecf8aee7 authored by Dmitrii Olisov's avatar Dmitrii Olisov
Browse files

final final final version

parent 830672ec
No related branches found
No related tags found
No related merge requests found
# read version from installed package
from importlib.metadata import version
__version__ = version("wtfi")
main_wtfi.main()
\ No newline at end of file
__version__ = version("wtfi")
\ No newline at end of file
......@@ -160,5 +160,5 @@ def do():
print ("You completed the number of work blocks you aimed for, good boi")
if __name__ == "__do__":
if __name__ == "__main__":
do()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment