mephisto.client.config

View Source
#!/usr/bin/env python3

# Copyright (c) Meta Platforms and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.


class Config:
    ENV = "development"
#   class Config:
View Source
class Config:
    ENV = "development"
#   Config()
#   ENV = 'development'