mirror of
https://github.com/dobin/avred
synced 2026-06-08 13:54:13 +00:00
9 lines
143 B
Python
9 lines
143 B
Python
import logging
|
|
import os
|
|
from model.file_model import BaseFile
|
|
|
|
|
|
class FilePlain(BaseFile):
|
|
def __init__(self):
|
|
super().__init__()
|