ZTWHHH's picture
Add files using upload-large-folder tool
3df9050 verified
import sys
__all__ = ['tomllib']
if sys.version_info >= (3, 11):
import tomllib
else: # pragma: no cover
import tomli as tomllib