7 lines
80 B
Python
7 lines
80 B
Python
import os
|
|
|
|
|
|
# Config is loaded statically at import time
|
|
class Config:
|
|
pass
|