mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
a4d81738fe
Intermediate commits (oldest → newest): - NEw util - Audition - Fix - Fixed :) - Added more logging - Fix logging0
8 lines
157 B
Python
8 lines
157 B
Python
|
|
FILEPTH = r"C:\Database\chunks\4_chunk.txt"
|
|
|
|
with open(FILEPTH, "r", encoding="utf-8") as file:
|
|
tab = file.readlines()
|
|
print(len(tab))
|
|
|
|
#1842295 |