Files
geMoldInsight/venv/lib/python3.11/site-packages/setuptools/compat/py310.py
T

10 lines
141 B
Python
Raw Normal View History

2026-02-12 23:22:11 +08:00
import sys
__all__ = ['tomllib']
if sys.version_info >= (3, 11):
import tomllib
else: # pragma: no cover
import tomli as tomllib