Skip to content

Commit

Permalink
Add CPUinfo package
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren6 committed Jun 24, 2024
1 parent 690ed4d commit 080ef57
Show file tree
Hide file tree
Showing 3 changed files with 2,837 additions and 0 deletions.
5 changes: 5 additions & 0 deletions worker/packages/cpuinfo/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

import sys
from cpuinfo.cpuinfo import *


5 changes: 5 additions & 0 deletions worker/packages/cpuinfo/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

import cpuinfo

cpuinfo.main()

Loading

0 comments on commit 080ef57

Please sign in to comment.