Files
krowlog/settings.py
2021-10-24 18:49:47 +02:00

6 lines
84 B
Python

class Settings():
@staticmethod
def max_line_length():
return 4096