Initial commit
This commit is contained in:
10
kebab_worker/main.py
Normal file
10
kebab_worker/main.py
Normal file
@ -0,0 +1,10 @@
|
||||
import os
|
||||
|
||||
|
||||
def main():
|
||||
for i in range(os.cpu_count()):
|
||||
print(i)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Reference in New Issue
Block a user