1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 20:51:19 +01:00

8 lines
83 B
Python

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