mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
8 lines
122 B
Python
8 lines
122 B
Python
"""
|
|
Django Forms for interacting with Build objects
|
|
"""
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from __future__ import unicode_literals
|