1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-20 16:43:44 +02:00
acronomy/acros/utils/checks/basecheck.py
2020-08-04 17:02:21 +02:00

3 lines
54 B
Python

class BaseCheck:
def run(self):
return []