Skip to content

Quick StartΒΆ

This guide will help you get started with package_name.

Basic UsageΒΆ

from __future__ import annotations

import package_name

# Check version
print(package_name.__version__)

Next StepsΒΆ