mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
8 lines
105 B
Python
8 lines
105 B
Python
|
|
from owrx.form import Input
|
||
|
|
|
||
|
|
|
||
|
|
class AvatarInput(Input):
|
||
|
|
def render_input(self, value):
|
||
|
|
pass
|
||
|
|
|