mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-04-19 21:36:54 -04:00
4 lines
88 B
Python
4 lines
88 B
Python
from django import forms
|
|
|
|
class MarketForm(forms.Form):
|
|
input_url = forms.URLField() |