6 lines
123 B
Python
6 lines
123 B
Python
__author__ = 'dev'
|
|
|
|
class Feed:
|
|
|
|
def __init__(self):
|
|
self.valid_file_types = {"application/x-bittorrent","mp3"} |