crawley-project/crawley

View on GitHub
examples/pypi_packages/nosql_storage/pypi/models.py

Summary

Maintainability
A
0 mins
Test Coverage
from crawley.persistance import MongoEntity, CouchEntity, Field, Unicode

class PackageMongo(MongoEntity):

    pass


class PackageCouch(CouchEntity):

    pass