6 lines
84 B
Python
6 lines
84 B
Python
|
|
|
|
class Settings():
|
|
@staticmethod
|
|
def max_line_length():
|
|
return 4096 |