openwebrx-clone/owrx/form/gfx.py

8 lines
105 B
Python
Raw Normal View History

2021-02-08 19:30:12 +00:00
from owrx.form import Input
class AvatarInput(Input):
def render_input(self, value):
pass