Skip to content

Instantly share code, notes, and snippets.

from trytond.model import fields
from trytond.pool import PoolMeta
__all__ = ['Country']
class Country(metaclass=PoolMeta):
__name__ = 'country.country'