10 lines
193 B
Python
10 lines
193 B
Python
from geodata.addresses.numbering import NumericPhrase
|
|
|
|
|
|
class RelativeDirection(NumericPhrase):
|
|
key = 'directions'
|
|
|
|
|
|
class CardinalDirection(NumericPhrase):
|
|
key = 'cardinal_directions'
|