summaryrefslogtreecommitdiff
path: root/entities/basic_entity.py
blob: 9e8f11bf935adf896c3b4ecfe6bad14edaf4f73e (plain)
1
2
3
4
5
from libs import JsonSerializable


class BasicEntity(JsonSerializable):
    pass