Spaces:
Running
Running
File size: 437 Bytes
6a42990 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
import logging
logger = logging.getLogger("tinytroupe")
from tinytroupe import utils, config_manager
# We'll use various configuration elements below
config = utils.read_config_file()
###########################################################################
# Exposed API
###########################################################################
from .tiny_person_factory import TinyPersonFactory
__all__ = ["TinyPersonFactory"] |