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

4 lines
54 B
Python
Raw Normal View History

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