Files
TorrentCrawler/Crawler/Logger.py
2017-08-06 03:19:23 +09:00

7 lines
59 B
Python

class Logger:
@staticmethod
def log(msg):
print(msg)