initial commit

This commit is contained in:
Jan Petykiewicz 2026-03-06 18:48:04 -08:00
commit 34615f3aac
8 changed files with 1208 additions and 0 deletions

1
inire/LICENSE.md Symbolic link
View file

@ -0,0 +1 @@
../LICENSE.md

1
inire/README.md Symbolic link
View file

@ -0,0 +1 @@
../README.md

6
inire/__init__.py Normal file
View file

@ -0,0 +1,6 @@
"""
inire Wave-router
"""
__author__ = 'Jan Petykiewicz'
__version__ = '0.1'