8 lines
154 B
Python
8 lines
154 B
Python
import os
|
|
|
|
class MediaHandler:
|
|
def __init__(self, f, resource_type, resource_id):
|
|
pass
|
|
|
|
def handleUploadedFile(self):
|
|
pass |