Fix shebang and py init

This commit is contained in:
2026-01-29 16:00:52 -06:00
parent 750df8eb45
commit 666f0def09
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
from .morgslib import Stream

View File

@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python3
# MORG Stream Library
# Copyright (C) 2026 Morgana Lux <morgana@icolotl.com>