MadelineProto/classes/file.py

8 lines
83 B
Python
Raw Normal View History

import os
class File():
def __init__(self, path):
# os.open(path,
pass