diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0f3dee5..0c944c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,3 +68,5 @@ known-first-party = ["rbx_nomad"] pizza = "cli.pizza:main" slocalc = "cli.slocalc:cli" seqstat = "cli.seqstat:cli" +ip2int = "cli.ipconverter:ip2int" +int2ip = "cli.ipconverter:int2ip" |