Files
dss.api/spa/models/recurrence.py
Fergal Moran 6f9f29f5fc Initial commit
2015-04-30 23:17:58 +01:00

5 lines
80 B
Python
Executable File

from spa.models._lookup import _Lookup
class Recurrence(_Lookup):
pass