8 lines
83 B
Python
8 lines
83 B
Python
|
|
import os
|
|
|
|
class File():
|
|
def __init__(self, path):
|
|
# os.open(path,
|
|
pass
|