Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WTFi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitrii Olisov
WTFi
Commits
ecf8aee7
Commit
ecf8aee7
authored
11 months ago
by
Dmitrii Olisov
Browse files
Options
Downloads
Patches
Plain Diff
final final final version
parent
830672ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/wtfi/__init__.py
+1
-3
1 addition, 3 deletions
src/wtfi/__init__.py
src/wtfi/wtfi.py
+1
-1
1 addition, 1 deletion
src/wtfi/wtfi.py
with
2 additions
and
4 deletions
src/wtfi/__init__.py
+
1
−
3
View file @
ecf8aee7
# 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
This diff is collapsed.
Click to expand it.
src/wtfi/wtfi.py
+
1
−
1
View file @
ecf8aee7
...
...
@@ -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
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment