__init__.py 102 B

1234
  1. from ._setctime import setctime, SUPPORTED
  2. __version__ = "1.2.0"
  3. __all__ = ["setctime", "SUPPORTED"]