vidyodl / app /helper_classes.py
soiz1's picture
Migrated from GitHub
81e73d0 verified
raw
history blame contribute delete
48 Bytes
class Status:
OK = "ok"
ERROR = "error"