use with open to load config files #37

Closed
opened 2022-10-12 22:19:07 -05:00 by jonbranan · 0 comments
jonbranan commented 2022-10-12 22:19:07 -05:00 (Migrated from github.com)
        with open('./config.json') as c:
            self.config = load(c)
``` with open('./config.json') as c: self.config = load(c) ```
Sign in to join this conversation.
No description provided.