mglib/mglib/storage.py

11 lines
120 B
Python
Raw Normal View History

2020-05-04 12:35:08 +02:00
class Storage:
"""
Storage class which works with Endpointsf
"""
def delete(self, ep):
pass