5 lines
73 B
Python
5 lines
73 B
Python
from .. import form
|
|
|
|
class Departamento(form.CountrySubentity):
|
|
pass
|